Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docknetwork/crypto
/ set_label
Method
set_label
utils/src/transcript.rs:36–38 ·
view source on GitHub ↗
(&mut self, label: &'static [u8])
Source
from the content-addressed store, hash-verified
34
}
35
36
pub fn set_label(&mut self, label: &'static [u8]) {
37
self.next_label = label.to_vec();
38
}
39
}
40
41
/// Transcript is the application level transcript to derive the challenges
Callers
2
_verify
Method · 0.80
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected