Skip to content

Commit

Permalink
fix hash ID's of ripemd 256 & 320
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaeckel committed Aug 26, 2014
1 parent 473b031 commit 47b8ccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/hashes/rmd256.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
const struct ltc_hash_descriptor rmd256_desc =
{
"rmd256",
8,
13,
32,
64,

Expand Down
5 changes: 3 additions & 2 deletions src/hashes/rmd320.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@
const struct ltc_hash_descriptor rmd320_desc =
{
"rmd320",
9,
14,
40,
64,

/* OID */
/* OID ... does not exist
* http://oid-info.com/get/1.3.36.3.2 */
{ 0 },
0,

Expand Down

0 comments on commit 47b8ccc

Please sign in to comment.