diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-09-23 19:40:36 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-23 19:40:36 +0530 |
| commit | bfdca5bc7a05553f3921f3d3f840dadf1f1dbd5c (patch) | |
| tree | f925482ffef98db41c0caaeb6b7a74ae538a77bb /Cargo.lock | |
| parent | b1550842d99e54a248615d7876b45f9d1d9696b6 (diff) | |
feat(ext/crypto): import and export p521 keys (#25789)
Towards https://github.com/denoland/deno/issues/13449
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 64d28f29b..f514abb1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1476,6 +1476,7 @@ dependencies = [ "rand", "ring", "rsa", + "sec1", "serde", "serde_bytes", "sha1", |
