summaryrefslogtreecommitdiff
path: root/doc/system-documentation/design.tex
AgeCommit message (Collapse)Author
2021-10-19Fix account key derivation.Florian Dold
In Ed25519, the secret key is just a seed and not a scalar. It is used both when hashing the message and used to derive the scalar "d" via hashing. Only the scalar "d" needs bit-twiddling. Bit-twiddling the seed doesn't make sense.
2021-10-18do bit twiddling correctly, it's little-endianFlorian Dold
2021-07-30folding history in preparation of GNU Anastasis v0.0.0 releaseChristian Grothoff