Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
48
pub struct Signature([u8; SIGNATURE_SIZE]);
49
50
impl Signature {
51
/// Create a signature from raw bytes.
Callers
3
from_bytes
Method · 0.85
from_slice
Method · 0.85
sign
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected