File: doc.go

package info (click to toggle)
golang-github-cloudflare-circl 1.0.0%2B20200724-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,788 kB
  • sloc: asm: 19,418; ansic: 1,289; makefile: 54
file content (7 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
// Package shake provides implementation of SHA-3 and cSHAKE
// This code has been copied from golang.org/x/crypto/sha3
// and heavily modified. This version doesn't use heap when
// computing cSHAKE. It makes it possible to allocate
// heap once when object is created and then reuse heap
// allocated structures in subsequent calls.
package shake