MCPcopy Create free account
hub / github.com/apache/datafusion / sha256

Method sha256

datafusion/functions/src/crypto/sha.rs:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 }
108
109 pub fn sha256() -> Self {
110 Self::new("sha256", DigestAlgorithm::Sha256)
111 }
112
113 pub fn sha384() -> Self {
114 Self::new("sha384", DigestAlgorithm::Sha384)

Callers 1

mainFunction · 0.80

Calls 1

newFunction · 0.85

Tested by

no test coverage detected