How is ed25519 sc_reduce derived? [migrated]
The supercop implementation of ed25519 features a function called sc_reduce that computes the modular operation a % l for a fixed big number l.
Here you can see the implementation:
https://github.com/floodyberry/supercop/blob/master/crypto… Continue reading How is ed25519 sc_reduce derived? [migrated]