-
+ 3D1DB3CDA28DDC6FC6FB84E36A74C4FAF124C79EBD29253F6E9333F1C42B9C1A15A8FF5C1FAF10A42F1F6516C95C26EBD1199E9619586B68588E7A92661CF302
esthlos-v/src/keccak/src/knobs.lisp
(0 . 0)(1 . 13)
420 (in-package "CL-KECCAK")
421
422 ;; the number of bits in a byte, arch-specific
423 (defconstant +bits-in-byte+ 8)
424
425 ;; the keccak L parameter, takes a value in {1,2,3,4,5,6}
426 (defconstant +keccak_L+ 6)
427
428 ;; the number of bits absorbed into the sponge on each pass
429 (defconstant +bitrate+ 1344)
430
431 ;; the desired number of output bits
432 (defconstant +output-bits+ 512)