Handbook
Glossary
barrett-mu ( n size -- mu )
Vocabulary
crypto
.
barrett
Inputs
n
an
object
size
an
object
Outputs
mu
an
object
Definition
USING:
kernel
math
math.functions
;
IN:
crypto.barrett
:
barrett-mu
( n size -- mu )
[
[
log2
1
+
]
[
/
2
*
]
bi*
]
[
2^
rot
^
swap
/i
]
2bi
;