aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/symm.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix test buildSteven Fackler2014-11-191-2/+2
* Fixed compilation errors related to namedspaced enumsJames Hurst2014-11-171-19/+19
* Move AES XTS support to a featureSteven Fackler2014-11-161-0/+7
* Add XTS-AES modeCorey Ford2014-11-141-0/+16
* Merge pull request #89 from pyrho/aes-256-cbc-decrypt-testSteven Fackler2014-11-101-0/+34
|\
| * Replaced vector of bytes with bytes string literal for expected output of AES...pyrho2014-10-281-7/+2
| * AES 256 CBC unit testpyrho2014-10-281-0/+39
* | fail! -> panic!Michael Gehring2014-10-301-1/+1
|/
* Correct init mutexes and locking functionValerii Hiora2014-10-141-0/+2
* "final" is now a reserved word, so change occurrences to "finalize".Samuel Fredrickson2014-10-091-6/+6
* Unification and explicity in FFI type declsValerii Hiora2014-09-301-3/+3
* single `ffi` moduleValerii Hiora2014-09-301-46/+16
* Fix deprecation warningsMichael Gehring2014-09-231-8/+13
* Fix the ambiguous integer literal errorEunchong Yu2014-08-271-1/+1
* Shift directory structureSteven Fackler2014-08-031-0/+276
* Prepare rustcrypto to merge into rust-opensslSteven Fackler2013-12-281-277/+0
* update to rust 0.9-pre (a5fa1d9)Erick Tryzelaar2013-12-271-88/+69
* Switch over to rustpkgErick Tryzelaar2013-12-181-0/+296