Commit Graph

6 Commits

Author SHA1 Message Date
WaterJuice
33bf2dc97f Delete README.md Version_2.0.0 2017-12-02 00:23:11 +11:00
zebra
f75d43bb19 Version 2.0.0
* Added AES and AES-CTR modules. AES-CTR conforms to the same counter
mode used with AES in *OpenSSL*.
* All algorithms now work on Big-Endian architectures.
* Now uses CMake for building rather than make files and Visual Studio
projects. CMake will generate whatever system is required.
* Input function parameters are now marked `const`
* File names have been changed to have the prefix `CryptLib_` rather
than `Lib`.
* Various formatting changes to the files.
2017-12-02 00:16:32 +11:00
WaterJuice
90e7754767 Merge pull request #1 from pjstadig/patch-1
Fixed minor typo in README.md
Version_1.0.0
2013-06-23 19:51:16 -07:00
Paul Stadig
decd5acc65 Fixed minor typo in README.md 2013-06-23 10:22:35 -03:00
WaterJuice
ce4330a4db Initial commit. Version 1.0.0. Contains
- MD5
 - SHA1
 - SHA256
 - SHA512
 - RC4
2013-06-23 14:52:37 +10:00
WaterJuice
b3b5860a80 Initial commit 2013-06-21 23:03:07 -07:00