fix hash ID's of ripemd 256 & 320

This commit is contained in:
Steffen Jaeckel 2014-08-26 17:42:10 +02:00
parent 473b0319ad
commit 47b8ccc07c
2 changed files with 4 additions and 3 deletions

@ -20,7 +20,7 @@
const struct ltc_hash_descriptor rmd256_desc = const struct ltc_hash_descriptor rmd256_desc =
{ {
"rmd256", "rmd256",
8, 13,
32, 32,
64, 64,

@ -20,11 +20,12 @@
const struct ltc_hash_descriptor rmd320_desc = const struct ltc_hash_descriptor rmd320_desc =
{ {
"rmd320", "rmd320",
9, 14,
40, 40,
64, 64,
/* OID */ /* OID ... does not exist
* http://oid-info.com/get/1.3.36.3.2 */
{ 0 }, { 0 },
0, 0,