Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-11 | Bugs fixing in Lua - we really can't afford to have destructors throwing ↵ | Nicolas Noble | |
exceptions, and also making sure we're using the proper types for Handles. | |||
2014-05-30 | Hardened Base64, making tomcrypt to properly generate secure random numbers ↵ | Nicolas "Pixel" Noble | |
under windows, and ditched tomcryptmath for tommath. | |||
2013-08-12 | Fixing a few more things, added BigInt to ints conversions, and added the 64 ↵ | Nicolas Noble | |
bits read / write versions for LuaHandle. | |||
2013-08-12 | Normalizing the neg syntax, and adding the import / export calls. | Nicolas "Pixel" Noble | |
2013-08-11 | Forgot isPrime implementation. | Nicolas "Pixel" Noble | |
2013-08-11 | Forgot the decimal versions of the comparators. | Nicolas "Pixel" Noble | |
2013-08-11 | Finishing up the BigInt class. | Nicolas "Pixel" Noble | |
2013-08-11 | Adding BigInts, based off libtomcrypto / libtommath. | Nicolas "Pixel" Noble | |