diff options
Diffstat (limited to 'op_crates/crypto/README.md')
-rw-r--r-- | op_crates/crypto/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/op_crates/crypto/README.md b/op_crates/crypto/README.md index 0e1c248e6..be0724458 100644 --- a/op_crates/crypto/README.md +++ b/op_crates/crypto/README.md @@ -1,3 +1,5 @@ -# deno crypto +# deno_crypto -Op crate that implements crypto functions. +This crate implements the Web Cryptography API. + +Spec: https://www.w3.org/TR/WebCryptoAPI/ |