ed25519 icon indicating copy to clipboard operation
ed25519 copied to clipboard

Dart port of ed25519 from Go Cryptography ed25519

Results 1 ed25519 issues
Sort by recently updated
recently updated
newest added

A new try to optimize calculations, normally use `int`, use `Int64` while calling `load3()`, `load4()`, `FeToBytes()`, `FeCombine()`, `FeMul()`, `feSquare()`, `ScMulAdd()`, there're some `Int32` usages. Benchmark results are not fast enough,...