Home
last modified time | relevance | path

Searched defs:Sum512 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/sha3/
Dhashes.go96 func Sum512(data []byte) (digest [64]byte) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/sha512/
Dsha512.go340 func Sum512(data []byte) [Size]byte { func