feat: Implement Ed25519 signature #1536
Annotations
6 warnings
Run doc tests:
contracts/src/utils/cryptography/ed25519.rs#L12
type alias `Public` is never used
|
Run doc tests:
contracts/src/utils/cryptography/ed25519.rs#L17
field `public` is never read
|
Run doc tests:
contracts/src/utils/cryptography/ed25519.rs#L28
associated items `to_raw_vec`, `sign`, and `verify` are never used
|
Run unit tests:
contracts/src/utils/cryptography/ed25519.rs#L12
type alias `Public` is never used
|
Run unit tests:
contracts/src/utils/cryptography/ed25519.rs#L17
field `public` is never read
|
Run unit tests:
contracts/src/utils/cryptography/ed25519.rs#L28
associated items `to_raw_vec`, `sign`, and `verify` are never used
|
Loading