MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / Signature

Class Signature

atomic-identity/src/signing.rs:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46/// An Ed25519 signature.
47#[derive(Clone, Copy, PartialEq, Eq, Hash)]
48pub struct Signature([u8; SIGNATURE_SIZE]);
49
50impl Signature {
51 /// Create a signature from raw bytes.

Callers 3

from_bytesMethod · 0.85
from_sliceMethod · 0.85
signMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected