WebAssembly / wasi-crypto

WASI Cryptography API Proposal
162 stars 25 forks source link

Stop using deprecated `ed25519_dalek::Signature::new` #66

Closed fitzgen closed 2 years ago

fitzgen commented 2 years ago

Use the suggested ed25519_dalek::Signature::from_bytes function instead. This fixed a deprecation warning.