Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ sha384_digest
Method
sha384_digest
cc-eventlog/src/runtime_events.rs:91–93 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
}
90
91
pub fn sha384_digest(&self) -> [u8; 48] {
92
self.digest::<Sha384>()
93
}
94
95
pub fn sha256_digest(&self) -> [u8; 32] {
96
self.digest::<Sha256>()
Callers
3
emit_runtime_event
Function · 0.80
digest
Method · 0.80
from
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected