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