fix hash ID's of ripemd 256 & 320
This commit is contained in:
parent
473b0319ad
commit
47b8ccc07c
@ -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,
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user