menu
xkyber_crypto package
documentation
shake.dart
shake.dart
dark_mode
light_mode
shake
library
Classes
SHAKE128
Implementation of SHAKE128 (XOF) based on Keccak as defined in FIPS 202. SHAKE128 allows generating an output of arbitrary length from an input.
Functions
shake128
(
Uint8List
input
,
int
outlen
)
→
Uint8List
Helper function for easy use of SHAKE128. Absorbs
input
and extracts
outlen
bytes from the XOF.
xkyber_crypto package
documentation
shake.dart
xkyber_crypto
package
Libraries
constant_time_comparison
fq
gen_matrix
indcpa
kem
kyber_kem
kyber_keypair
noise_generator
ntt
params
poly
polyvec
randombytes
reduce
shake
verify
xkyber_crypto
xkyber_symmetric
shake library