Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize: ecdh & tea & binary & login process #33

Merged
merged 12 commits into from
May 7, 2024
Merged

optimize: ecdh & tea & binary & login process #33

merged 12 commits into from
May 7, 2024

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    970085d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a5fa04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fe0aa9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d688a37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a04cba View commit details
    Browse the repository at this point in the history
  6. fix(ecdh): missing return

    fumiama committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ad471b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff488cc View commit details
    Browse the repository at this point in the history
  8. optimize(binary): remove unused Buffer()

    which function has been replaced by ToBytes()
    fumiama committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9ec0b02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e4ff404 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3c20435 View commit details
    Browse the repository at this point in the history
  11. fix(binary): Pack tea packet error

    optimize: use tea.EncryptTo to reduce mem usage
    fumiama committed May 7, 2024
    Configuration menu
    Copy the full SHA
    1b3a26d View commit details
    Browse the repository at this point in the history
  12. chore: add testing ignore

    fumiama committed May 7, 2024
    Configuration menu
    Copy the full SHA
    ea425b8 View commit details
    Browse the repository at this point in the history