MCPcopy 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_eventFunction · 0.80
digestMethod · 0.80
fromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected