From: Pierre Gondois <[email protected]> In an effort to clean the documentation of the above package, remove duplicated words.
Cc: Jiewen Yao <[email protected]> Cc: Jian J Wang <[email protected]> Signed-off-by: Pierre Gondois <[email protected]> --- CryptoPkg/Library/BaseCryptLib/Hash/CryptCShake256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptCShake256.c b/CryptoPkg/Library/BaseCryptLib/Hash/CryptCShake256.c index 2a9eaf9eec40..76ed211083c2 100644 --- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptCShake256.c +++ b/CryptoPkg/Library/BaseCryptLib/Hash/CryptCShake256.c @@ -83,7 +83,7 @@ CShake256Init ( AbsorbLen = 0; // - // Absorb Absorb bytepad(.., rate). + // Absorb bytepad(.., rate). // EncLen = LeftEncode (EncBuf, CSHAKE256_RATE_IN_BYTES); Status = (BOOLEAN)Sha3Update ((Keccak1600_Ctx *)CShake256Context, EncBuf, EncLen); -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#93194): https://edk2.groups.io/g/devel/message/93194 Mute This Topic: https://groups.io/mt/93496600/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
