mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-16 20:03:27 +03:00
7e34c25e4d
"x /^ y" is x/y rounded up, i.e. the least n such that x <= y*n. "x %^ y" is the least k such that x+k is a multiple of y. For comparison, "x / y" is x/y rounded down, i.e. the greatest n such that x >= y*n. "x % y" is the least k such that x-k is a multiple of y. The new syntax is much more suggestive of the relation to "/" and "%". |
||
---|---|---|
.. | ||
Base58.cry | ||
Base64.cry | ||
Blake2s.cry | ||
bv.cry | ||
CfrgCurves.md | ||
CryptoBox.cry | ||
HMAC.cry | ||
LittleEndian.cry | ||
mod_arith.cry | ||
PBKDF2.cry | ||
Poly1305.md | ||
Salsa20.cry | ||
SCrypt.cry | ||
SHA256.cry | ||
TestHMAC.cry |