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

Commit

Permalink
Convert warning in polyfill's README to fancy Github markdown callout (
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Dec 8, 2023
1 parent c42ccfd commit 7297b81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/webcrypto-ed25519-polyfill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@

This package contains a polyfill that enables Ed25519 key manipulation in environments where it is not yet implemented. It does so by proxying calls to `SubtleCrypto` instance methods to an Ed25519 implementation in userspace.

## Security warning

Because this package's implementation of Ed25519 key generation exists in userspace, it can't guarantee that the keys you generate with it are non-exportable. Untrusted code running in your JavaScript context may still be able to gain access to and/or exfiltrate secret key material.
> [!WARNING]
> Because this package's implementation of Ed25519 key generation exists in userspace, it can't guarantee that the keys you generate with it are non-exportable. Untrusted code running in your JavaScript context may still be able to gain access to and/or exfiltrate secret key material.
## Usage

Expand Down

0 comments on commit 7297b81

Please sign in to comment.