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

Extend Cipher types #330

Merged
merged 9 commits into from
Oct 31, 2023
Merged

Extend Cipher types #330

merged 9 commits into from
Oct 31, 2023

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    56bad1f View commit details
    Browse the repository at this point in the history
  2. build: use a pre-release ver

    Taowyoo committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    794a63b View commit details
    Browse the repository at this point in the history
  3. style: fmt

    Taowyoo committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    81536e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    188be9a View commit details
    Browse the repository at this point in the history
  5. fix: make chachapoly valid ciphermode

    Add chachapoly as valid ciphermode for Authenticated Cipher.
    Taowyoo committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4135cd4 View commit details
    Browse the repository at this point in the history
  6. feat: add fn for EcPoint

    Add a no compress version import fn:
    `from_binary_no_compress`. It seems current way of detect compression is
    not always true.
    Taowyoo committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0046adc View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. feat: make Hmac clone-able

    Taowyoo committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    78af5e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Revert "feat: make Hmac clone-able"

    This reverts commit 78af5e2.
    Taowyoo committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b9ecd12 View commit details
    Browse the repository at this point in the history
  2. fix: naming and type

    Taowyoo committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d9b4fa1 View commit details
    Browse the repository at this point in the history