-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[browser][wasm] Async Hashing and Hashed Message Authentication #43942
Conversation
The interface for browser uses the Java Script Web Crypto API.
…vaScript bindings - reference `System.Private.Runtime.InteropServices.JavaScript`
- HMACSH1 supported for right now.
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
Draft Pull Request was automatically closed for inactivity. It can be manually reopened in the next 30 days if the work resumes. |
Backing PR for API proposal #43939
The PR provides a draft implementation of the async API surface as proposed by the issue #43939.
Tests will fail right now because of the PNSE synchronous changes.