Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

refactor(experimental): a polyfill for SubtleCrypto#verify #1400

Merged
merged 1 commit into from
Jul 22, 2023

Conversation

## Summary

Given a key that was created with `generateKeyPolyfill`, this method will verify that the supplied signature was produced by sigining the supplied data with the private key associated with the supplied public key.

## Test Plan

```ts
cd packages/webcrypto-ed25519-polyfill
pnpm test:node:browser
pnpm test:node:node
```
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.78.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link
Contributor

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants