ccryptolib/internal
Miguel Oliveira c180d31001
Switch Fp to rounding-based carrying
This improves performance while also simplifying analysis. Ed25519
doubling needs more carrying, but the speedup is worth it.

The simpler Fp model is easier to reason about, but it introduces an
unsound bit that needs to be handwaved away with a comment. Range
checking has not yet been performed.
2022-03-24 16:36:10 -03:00
..
fp.lua Switch Fp to rounding-based carrying 2022-03-24 16:36:10 -03:00
fq.lua Move internal module notice into long description 2022-03-05 13:43:19 -03:00
sha512.lua Move internal module notice into long description 2022-03-05 13:43:19 -03:00
util.lua Move internal modules into another directory 2022-03-01 20:43:53 -03:00