v5.9.0 #716
v5.9.0
#716
Replies: 1 comment 2 replies
-
@panva Was the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
This method of passing private or public keys does not yield the same performance as passing a
CryptoKey
orKeyObject
instances, its main purpose is for convenience or for when you're not going to be re-using the same set of keys for the operation, in which case you should use one of the import key methods to obtain aCryptoKey
orKeyObject
.Example Signing
Example Verification
This discussion was created from the release v5.9.0.
Beta Was this translation helpful? Give feedback.
All reactions