- 5a39bcd Add fix time comparison for aarch64 by Robert Hahn · 1 year, 4 months ago master
- ad0bbb9 Add BUILD.gn by Robert Hahn · 1 year, 5 months ago
- cc1a5fd Merge pull request #368 from mirandadam/patch-1 by DaGenix · 3 years, 3 months ago
- e8b82d0 Merge pull request #382 from casey/casey-readme-keccak by DaGenix · 3 years, 3 months ago
- ecd128a Note that sha3 (keccak) is supported by Casey Rodarmor · 3 years, 4 months ago
- a55ee37 Added BLAKE2s, capitalized BLAKE2b by Daniel Araújo Miranda · 3 years, 6 months ago
- e8a5133 Merge pull request #367 from DaGenix/bump-version by DaGenix · 3 years, 7 months ago v0.2.36
- 97c1f03 Bump version to 0.2.36 by Palmer Cox · 3 years, 7 months ago
- f0a9829 Merge pull request #362 from mernen/digest-copy-clone by DaGenix · 3 years, 7 months ago
- 3248511 Merge pull request #360 from Razican/windows_tests by DaGenix · 3 years, 7 months ago
- a82f421 Implement Copy and Clone for all Digest impls by Daniel Luz · 3 years, 7 months ago
- 677828d Merge pull request #358 from zx2c4/master by DaGenix · 3 years, 8 months ago
- cbfa22d Merge pull request #359 from mkocot/fix-cross-compile by DaGenix · 3 years, 8 months ago
- 5e71fa0 Merge pull request #357 from Razican/libc by DaGenix · 3 years, 8 months ago
- faca985 Removed more failing targets by Razican · 3 years, 8 months ago
- 6a4f848 Fixed beta target by Razican · 3 years, 8 months ago
- e1c4fcd Removed non compatible targets by Razican · 3 years, 8 months ago
- c2e7c32 Added Windows build by Razican · 3 years, 8 months ago
- facef02 This fixes cross-compilation. by mkocot · 3 years, 8 months ago
- 734152a blake2s: add function by Jason A. Donenfeld · 3 years, 8 months ago
- b76b88f Upgraded libc to 0.2 branch by Razican · 3 years, 8 months ago
- 5322585 Merge pull request #354 from DaGenix/bump-version by DaGenix · 3 years, 8 months ago v0.2.35
- dbcdde6 Bump version to v0.2.35 by Palmer Cox · 3 years, 8 months ago
- 2a35c0c Merge pull request #355 from DaGenix/use-gcc-again by DaGenix · 3 years, 8 months ago
- adeb499 Only use Clang on OpenBSD - default to cc (generally GCC) on other platforms by Palmer Cox · 3 years, 9 months ago
- 4102e72 Merge pull request #353 from DaGenix/fix-blake2 by DaGenix · 3 years, 9 months ago
- f0ff3cb Refactor Blake2b tests and add a new test with a large input by Palmer Cox · 3 years, 10 months ago
- 3f0ed2c Fix the implementation of reset() for Blake2b by Palmer Cox · 3 years, 10 months ago
- abec029 Fix a bug where Blake2b's finalize method was accidentally working on a temporary buffer instead of the real buffer by Palmer Cox · 3 years, 10 months ago
- a9f083b Merge pull request #346 from sciyoshi/sha3 by DaGenix · 3 years, 10 months ago
- c6836f9 Merge pull request #342 from alexchandel/patch-1 by DaGenix · 3 years, 10 months ago
- aad899b Merge pull request #340 from mmcco/neg by DaGenix · 3 years, 10 months ago
- bd7e06c Merge pull request #341 from mmcco/static by DaGenix · 3 years, 10 months ago
- 1716db7 Merge pull request #343 from Irio/copy-change by DaGenix · 3 years, 10 months ago
- 193e3ea Merge pull request #349 from mbrubeck/bcrypt-cost-overflow by DaGenix · 3 years, 10 months ago
- 686554f Merge pull request #350 from ltratt/master by DaGenix · 3 years, 10 months ago
- fd42f39 Add SHA-3 cryptographic hash implementation with tests by Samuel Cormier-Iijima · 3 years, 10 months ago
- 2987822 Use clang to build, unless the user explicitly specifies a different compiler. by Laurence Tratt · 3 years, 10 months ago
- 05bfd65 bcrypt: Fix overflow when cost == 31. by Matt Brubeck · 3 years, 10 months ago
- e5667de Change copy for not allowing out-of-date version of Rust be present by Irio Musskopf · 4 years ago
- 8f54fa9 Copy change by Irio Musskopf · 4 years ago
- 4fd7ffb Use Inline assembly for msvc target from non-windows host by Alex · 4 years ago
- d7ede5d Make the l modulus a global static by Michael McConville · 4 years ago
- 32e9761 Remove needless helper function negative() by Michael McConville · 4 years ago
- db7fe6c Merge pull request #327 from DaGenix/bump-version by DaGenix · 4 years, 1 month ago
- 21286c2 Bump version to 0.2.34 by Palmer Cox · 4 years, 1 month ago v0.2.34
- a54a694 Merge pull request #326 from DaGenix/msvc-asm by DaGenix · 4 years, 1 month ago
- 9cf4c7d Change the fixed_time_eq function to pass zero length requests to the supporting assembly functions by Palmer Cox · 4 years, 1 month ago
- 151a81a Impement assembly utility routines for MSVC by Palmer Cox · 4 years, 1 month ago
- 2a10742 Make the inline asm in rust_crypto_util_secure_memset volatile so it won't be ignored by Palmer Cox · 4 years, 1 month ago
- 4168a5e Merge pull request #323 from DaGenix/bump-version by DaGenix · 4 years, 2 months ago
- 07d81c4 Bump version to 0.2.33 by Palmer Cox · 4 years, 2 months ago v0.2.33
- 5910b7c Merge pull request #322 from DaGenix/fixups by DaGenix · 4 years, 2 months ago
- ccaac7e Merge pull request #320 from DaGenix/only-compile-aesni-with-sse-supported by DaGenix · 4 years, 2 months ago
- 2550e2d Merge branch 'master' into fixups by DaGenix · 4 years, 2 months ago
- 0ed70a6 Merge branch 'master' into only-compile-aesni-with-sse-supported by DaGenix · 4 years, 2 months ago
- 2aad768 Merge pull request #321 from DaGenix/fix-arm-assembly by DaGenix · 4 years, 2 months ago
- 0e69137 Update README.md by Palmer Cox · 4 years, 2 months ago
- 8e1ec5a Update .gitignore by Palmer Cox · 4 years, 2 months ago
- ec4d390 Specify dependency versions required instead of using wildcards by Palmer Cox · 4 years, 2 months ago
- 05e08e3 Fix the ARM version of the rust_crypto_util_fixed_time_eq_asm() function by Palmer Cox · 4 years, 2 months ago
- 91a32a5 Only attempt to compile the bodies of the AES-NI functions if SSE instructions are available by Palmer Cox · 4 years, 2 months ago
- 228dec7 Merge pull request #319 from mikedilger/master by DaGenix · 4 years, 2 months ago
- 980a12f Preserve the ebx register on i386 (PIC register) by Mike Dilger · 4 years, 2 months ago
- c861644 Merge pull request #318 from DaGenix/fixups by DaGenix · 4 years, 2 months ago
- 5dda30d Mark AesBitValueOps trait in aessafe as Sized by Palmer Cox · 4 years, 2 months ago
- 9a4d8f2 Resolve warnings from Rust nightly about unecessary parens in for statements by Palmer Cox · 4 years, 2 months ago
- 43b2224 Merge pull request #317 from DaGenix/bump-version by DaGenix · 4 years, 2 months ago
- de8ecc7 Bump version to 0.2.32 by Palmer Cox · 4 years, 2 months ago v0.2.32
- 88a4dd1 Merge pull request #311 from Byron/master by DaGenix · 4 years, 2 months ago
- f188b3c Merge pull request #308 from andreasots/volatile-asm by DaGenix · 4 years, 2 months ago
- d36b4af Merge branch 'SametSisartenep-master' by Palmer Cox · 4 years, 2 months ago
- 3c9bd4d Merge branch 'master' of https://github.com/SametSisartenep/rust-crypto into SametSisartenep-master by Palmer Cox · 4 years, 2 months ago
- d8407ce Merge pull request #316 from DaGenix/use-new-travis-infrastructure by DaGenix · 4 years, 2 months ago
- 07c6f50 Set 'sudo: false' in the .travis.yml file to take advantage of newer Travis build infrastructure by Palmer Cox · 4 years, 2 months ago
- 0cc4bdc Merge pull request #300 from frewsxcv/patch-1 by DaGenix · 4 years, 2 months ago
- 2fe0156 Configure Travis CI to test with both the nightly and 1.3.0 versions by SametSisartenep · 4 years, 2 months ago
- 1a736e3 Fix warnings at build time due to mutable objects. by SametSisartenep · 4 years, 2 months ago
- 01e4495 Fix 'variable does not need to be mutable' by Sebastian Thiel · 4 years, 5 months ago
- 65723b4 Prevent GCC from removing inline assembly by Andreas Ots · 4 years, 5 months ago
- 7b08d40 Test on the stable channel instead of beta by Corey Farwell · 4 years, 7 months ago
- 5571cb4 Merge pull request #293 from DaGenix/fixups by DaGenix · 4 years, 8 months ago
- 98933e3 Remove unused imports and a cfg directive from blockmode benchmark tests by Palmer Cox · 4 years, 8 months ago
- f80ef73 Merge pull request #292 from DaGenix/bump-version by DaGenix · 4 years, 8 months ago
- 735f6d6 Bump version to 0.2.31 by Palmer Cox · 4 years, 8 months ago v0.2.31
- 2f2b844 Merge pull request #291 from DaGenix/fixups by DaGenix · 4 years, 8 months ago
- d36f867 Configure Travis CI to test with both the nightly and 1.0.0-beta versions by Palmer Cox · 4 years, 8 months ago
- bddb5b1 Only do benchmarking when the 'with-bench' Cargo feature is enabled by Palmer Cox · 4 years, 8 months ago
- b6e3294 Remove use of #![feature(collections)] from the symmetriccipher example by Palmer Cox · 4 years, 8 months ago
- 9d087d0 Remove #![feature(negate_unsigned)] by Palmer Cox · 4 years, 8 months ago
- 734248d Merge pull request #290 from rustyhorde/master by DaGenix · 4 years, 8 months ago
- 75fbe76 Merge branch 'master' of github.com:rustyhorde/rust-crypto by Jason Ozias · 4 years, 8 months ago
- 6e5e717 Fixes for https://github.com/rust-lang/rust/pull/23860 by Jason Ozias · 4 years, 8 months ago
- 7920b60 fixed immutable borrow of mutable issue by Jason Ozias · 4 years, 8 months ago
- aef6945 Fixes for https://github.com/rust-lang/rust/pull/23860 by Jason Ozias · 4 years, 8 months ago
- 3c03a53 Merge remote-tracking branch 'upstream/master' by Jason Ozias · 4 years, 8 months ago
- f952013 Merge pull request #289 from DaGenix/fixups by DaGenix · 4 years, 8 months ago
- e6c9a85 Bump version to v0.2.30 by Palmer Cox · 4 years, 8 months ago v0.2.30
- 6bf1147 Remove use of SIMD types, for now by Palmer Cox · 4 years, 8 months ago
- dc03e47 Implement a super simple replacement for step_by() until it is stabilized by Palmer Cox · 4 years, 8 months ago