libtom / libtomcrypt

LibTomCrypt is a fairly comprehensive, modular and portable cryptographic toolkit that provides developers with a vast array of well known published block ciphers, one-way hash functions, chaining modes, pseudo-random number generators, public key cryptography and a plethora of other routines.
https://www.libtom.net
Other
1.57k stars 460 forks source link

Fixed wrong sign in docu of ECC Extended Key Generation, Fixes #628 #629

Closed ulikos closed 1 year ago

ulikos commented 1 year ago

Checklist

sjaeckel commented 1 year ago

Thx for the PR!