Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ as_bytes
Method
as_bytes
atomic-identity/src/signing.rs:68–70 ·
view source on GitHub ↗
Get the raw bytes of the signature.
(&self)
Source
from the content-addressed store, hash-verified
66
67
/// Get the raw bytes of the signature.
68
pub fn as_bytes(&self) -> &[u8; SIGNATURE_SIZE] {
69
&self.0
70
}
71
72
/// Encode the signature as base32.
73
pub fn to_base32(&self) -> String {
Callers
1
from_base32
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected