package k12
import "github.com/cloudflare/circl/xof/k12"
k12 implements the KangarooTwelve XOF.
KangarooTwelve is being standardised at the CFRG working group of the IRTF. This package implements draft 10.
https://datatracker.ietf.org/doc/draft-irtf-cfrg-kangarootwelve/10/
Index ¶
Functions ¶
func Draft10Sum ¶
Types ¶
type State ¶
type State struct {
// contains filtered or unexported fields
}
func NewDraft10 ¶
NewDraft10 creates a new instance of Kangaroo12 draft version -10.
func (*State) Clone ¶
func (*State) Read ¶
func (*State) Reset ¶
func (s *State) Reset()
func (*State) Write ¶
Source Files ¶
- Version
- v1.6.1 (latest)
- Published
- Apr 9, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 21 hours ago –
Tools for package owners.