forge
forge copied to clipboard
Replace floating point operations with integer ops
Context: https://twitter.com/CiPHPerCoder/status/1183435549442486272
The ed25519 internals all use Float64Arrays for consistency and to ensure there are a sufficient number of bits. For more discussion, see: https://github.com/dchest/tweetnacl-js/issues/45