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

feat!: use Web Crypto API #41

Merged
merged 3 commits into from
Nov 27, 2023
Merged

feat!: use Web Crypto API #41

merged 3 commits into from
Nov 27, 2023

Commits on Nov 22, 2023

  1. feat!: use web crypto API

    BREAKING CHANGE: Replace the Node.js `crypto` API with the Web Crypto API,
    enabling usage in more environments. All assertion/checking functions are
    now async, eg return Promises instead of straight booleans.
    
    BREAKING CHANGE: Only Node.js version 18 and higher is now supported.
    rexxars committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4d68b7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbed80c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30cc65c View commit details
    Browse the repository at this point in the history