boring2/src/crypto
Eunchong Yu 11c44d3b88 Fix the ambiguous integer literal error
This commit fixes this:

> src/crypto/symm.rs:95:25: 95:52 error: cannot determine a type for
> this expression: cannot determine the type of this integer; add a
> suffix to specify the type explicitly [E0101]
> src/crypto/symm.rs:95                 let v = if padding { 1 } else { 0 } as c_int;
2014-08-27 15:40:09 +09:00
..
hash.rs Add repr(C) to C structs 2014-08-22 17:16:16 +02:00
hmac.rs Add repr(C) to C structs 2014-08-22 17:16:16 +02:00
mod.rs Shift directory structure 2014-08-03 19:16:09 -07:00
pkcs5.rs Shift directory structure 2014-08-03 19:16:09 -07:00
pkey.rs Add new HashType RIPEMD160 2014-08-04 15:20:49 -06:00
rand.rs Shift directory structure 2014-08-03 19:16:09 -07:00
symm.rs Fix the ambiguous integer literal error 2014-08-27 15:40:09 +09:00