mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Fix typo in ghash-riscv64*.pl
Changed "mutiple" to "multiple" for improved clarity and correctness. Signed-off-by: Phoebe Chen <phoebe.chen@sifive.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21923)
This commit is contained in:
parent
94474e02fa
commit
33469d0370
@ -239,7 +239,7 @@ ___
|
||||
# input: Xi: current hash value
|
||||
# Htable: preprocessed H
|
||||
# inp: pointer to input data
|
||||
# len: length of input data in bytes (mutiple of block size)
|
||||
# len: length of input data in bytes (multiple of block size)
|
||||
# output: Xi: Xi+1 (next hash value Xi)
|
||||
{
|
||||
my ($Xi,$Htable,$inp,$len,$TMP0,$TMP1,$TMP2,$TMP3,$M8,$TMP5,$TMP6) = ("a0","a1","a2","a3","t0","t1","t2","t3","t4","t5","t6");
|
||||
|
@ -132,7 +132,7 @@ ___
|
||||
# input: Xi: current hash value
|
||||
# Htable: copy of H
|
||||
# inp: pointer to input data
|
||||
# len: length of input data in bytes (mutiple of block size)
|
||||
# len: length of input data in bytes (multiple of block size)
|
||||
# output: Xi: Xi+1 (next hash value Xi)
|
||||
{
|
||||
my ($Xi,$Htable,$inp,$len) = ("a0","a1","a2","a3");
|
||||
|
Loading…
Reference in New Issue
Block a user