//
pkg.gl
Category
github.com/cloudflare/circl
simd
keccakf1600
package
1.6.0
Repository:
https://github.com/cloudflare/circl.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
8
Files
115 SLOC
#
Functions
IsEnabledX2
IsEnabledX2 returns true if the architecture supports a two-way SIMD implementation provided in this package.
IsEnabledX4
IsEnabledX4 returns true if the architecture supports a four-way SIMD implementation provided in this package.
#
Structs
StateX2
StateX2 contains state for the two-way permutation including the two interleaved [25]uint64 buffers.
StateX4
StateX4 contains state for the four-way permutation including the four interleaved [25]uint64 buffers.