Whirlpool hash implementation. The fact that subdirectory and .h file are
called whrlpool is not a typo, but a way to keep the names shorter than 8 characters. Remaining TODO list comprises adding OID, EVP, corresponding flag to apps/openssl dgst, benchmark, engage assembler...
This commit is contained in:
@@ -594,6 +594,11 @@ ___
|
||||
}
|
||||
}
|
||||
|
||||
sub main'data_byte
|
||||
{
|
||||
push(@out,"\t.byte\t".join(',',@_)."\n");
|
||||
}
|
||||
|
||||
sub main'data_word
|
||||
{
|
||||
push(@out,"\t.long\t".join(',',@_)."\n");
|
||||
|
Reference in New Issue
Block a user