fix some trivial typos

This commit is contained in:
Bryan Bishop 2016-10-21 10:17:33 -05:00
parent f73a308bf3
commit 2fff216491
No known key found for this signature in database
GPG key ID: 984F10CC77169FD2
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@ Grin is still an infant, much is left to be done and contributions are welcome.
* Chain logic and related validation.
* Efficient miner (as a distinct project).
* User-friendly wallet (as a distinct project).
* Figure out if the rangeproofs can be eliminated under some cicrumstances while keeping security guarantes.
* Figure out if the rangeproofs can be eliminated under some cicrumstances while keeping security guarantees.
* Website, logo design and all the cool stuff.
Don't worry, we'll get there, with your help.

View file

@ -56,8 +56,7 @@ mod test {
use super::*;
/// Some test vectors hoisted from the Java implementation (adjusted from
/// the
/// fact that the Java impl uses a long, aka a signed 64 bits number).
/// the fact that the Java impl uses a long, aka a signed 64 bits number).
#[test]
fn hash_some() {
assert_eq!(siphash24([1, 2, 3, 4], 10), 928382149599306901);