Skip to content

Commit

Permalink
Merge pull request #1 from kanzure/trivial-typo-fixes
Browse files Browse the repository at this point in the history
Fix some trivial typos
  • Loading branch information
ignopeverell authored Oct 22, 2016
2 parents d3e4ecc + 2fff216 commit e5e908a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 1 addition & 2 deletions core/src/pow/siphash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e5e908a

Please sign in to comment.