Searched defs:sha384Hash (Results 1 – 1 of 1) sorted by relevance
380 type sha384Hash struct { struct381 ctx C.GO_SHA512_CTX382 out [384 / 8]byte385 func (h *sha384Hash) noescapeCtx() *C.GO_SHA512_CTX {389 func (h *sha384Hash) Reset() {392 func (h *sha384Hash) Size() int { return 384 / 8 }393 func (h *sha384Hash) BlockSize() int { return 128 }394 func (h *sha384Hash) Sum(dst []byte) []byte { return h.sum(dst) }396 func (h *sha384Hash) Write(p []byte) (int, error) {403 func (h0 *sha384Hash) sum(dst []byte) []byte {[all …]