libtomcrypt icon indicating copy to clipboard operation
libtomcrypt copied to clipboard

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 mod...

Results 78 libtomcrypt issues
Sort by recently updated
recently updated
newest added

* [x] tests are added or updated Check commit messages for details. This should fix #622. @stevemit can you please test it for your use case besides the toy example?

### Prerequisites * [x] Checked the developer manual * [x] Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=repo%3Alibtom%2Flibtomcrypt * [x] Checked that your issue isn't due to the fact that...

I would like to know how is $r$ from Poly1305 represented in the `poly1305_state` structure? It is stored in 5 `uint32`'s: `r[0]`, `r[1]`, `r[2]`, `r[3]`, `r[4]`, but what is the...

There are no more releases since 2018. Many open issues, most of them created since 2018. And Tom's comment at https://groups.google.com/g/sci.crypt/c/Z7lVGM2wo2o/m/UfQpm0cdQRMJ. But there are quite many commits by @sjaeckel since....

libtomcrypt has supported ED25519 and X25519 for a long time, is there any plan to support ED448 and X448?

Thanks for the awesome (and low footprint) lib :) Some more wishlist for the projet ^^ - Shamir shared secret, e.g. compatible with Pycryptodome's ones - Providing an alternative to...

wishlist
feature

The CryptX Perl module contains a vendored copy of libtomcrypt. It uses `-msse4.1 -maes` to enable AES-NI support. The problem is that these flags are used for *all* source files....

Quote from [Wikipedia](https://en.wikipedia.org/wiki/Blowfish_(cipher)) : > Because the P-array is 576 bits long, and the key bytes are XORed through all these 576 bits during the initialization, many implementations support key...