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

FF129 SubtleCrypto - support for Ed25519 #34989

Merged
merged 34 commits into from
Aug 6, 2024

Commits on Jul 30, 2024

  1. FF129 SubtlCrypto - support for Ed25519

    - update table of supported algos
    - Tidy up the algorithms to be a bit more monolithic and cross link
    hamishwillee committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b85cd5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e3861 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb16d24 View commit details
    Browse the repository at this point in the history
  4. Update files/en-us/web/api/subtlecrypto/sign/index.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    hamishwillee and github-actions[bot] committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dcd0105 View commit details
    Browse the repository at this point in the history
  5. Prettier sign()

    hamishwillee committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1ab1438 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    16f10d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc9e3da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27fa5b4 View commit details
    Browse the repository at this point in the history
  4. Update files/en-us/web/api/subtlecrypto/generatekey/index.md

    Co-authored-by: Brian Thomas Smith <[email protected]>
    hamishwillee and bsmth authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7c6911e View commit details
    Browse the repository at this point in the history
  5. Update files/en-us/web/api/subtlecrypto/importkey/index.md

    Co-authored-by: Brian Thomas Smith <[email protected]>
    hamishwillee and bsmth authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    102fa60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75a4027 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f96284 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db3ae2c View commit details
    Browse the repository at this point in the history
  9. Fix number algorithms

    hamishwillee committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    7e44156 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ce4301 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e411874 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f596ae6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e3f2774 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c6d31d View commit details
    Browse the repository at this point in the history
  15. Fix Ed25519 case typo

    hamishwillee committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    38e21a8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7b7f25c View commit details
    Browse the repository at this point in the history
  17. Apply suggestions from code review

    Co-authored-by: wbamberg <[email protected]>
    Co-authored-by: Brian Thomas Smith <[email protected]>
    3 people authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3eba474 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d152975 View commit details
    Browse the repository at this point in the history
  19. Update files/en-us/web/api/subtlecrypto/sign/index.md

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    wbamberg and github-actions[bot] authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    612e1be View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    ce31bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de52774 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: wbamberg <[email protected]>
    hamishwillee and wbamberg authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0275474 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a03b1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f12a884 View commit details
    Browse the repository at this point in the history
  6. Truncate encoded data

    hamishwillee committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    22daadc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aeccba8 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    1e3139a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6f9f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    947664f View commit details
    Browse the repository at this point in the history