diff options
Diffstat (limited to 'ext/crypto/x25519.rs')
-rw-r--r-- | ext/crypto/x25519.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/crypto/x25519.rs b/ext/crypto/x25519.rs index 1e64e9909..0ecdf4ddc 100644 --- a/ext/crypto/x25519.rs +++ b/ext/crypto/x25519.rs @@ -1,3 +1,5 @@ +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. + use curve25519_dalek::montgomery::MontgomeryPoint; use deno_core::error::AnyError; use deno_core::op; |