forked from wolfSSL/wolfssl
wolfssl/wolfcrypt/sha3.h: in asm prototypes section, snip out redundant prototypes for BlockSha3(), and add indentation for clarity.
This commit is contained in:
@@ -234,15 +234,11 @@ WOLFSSL_LOCAL void sha3_block_n_bmi2(word64* s, const byte* data, word32 n,
|
|||||||
WOLFSSL_LOCAL void sha3_block_bmi2(word64* s);
|
WOLFSSL_LOCAL void sha3_block_bmi2(word64* s);
|
||||||
WOLFSSL_LOCAL void sha3_block_avx2(word64* s);
|
WOLFSSL_LOCAL void sha3_block_avx2(word64* s);
|
||||||
WOLFSSL_LOCAL void sha3_blocksx4_avx2(word64* s);
|
WOLFSSL_LOCAL void sha3_blocksx4_avx2(word64* s);
|
||||||
WOLFSSL_LOCAL void BlockSha3(word64 *s);
|
|
||||||
#elif defined(__aarch64__) && defined(WOLFSSL_ARMASM)
|
#elif defined(__aarch64__) && defined(WOLFSSL_ARMASM)
|
||||||
#ifdef WOLFSSL_ARMASM_CRYPTO_SHA3
|
#ifdef WOLFSSL_ARMASM_CRYPTO_SHA3
|
||||||
WOLFSSL_LOCAL void BlockSha3_crypto(word64 *s);
|
WOLFSSL_LOCAL void BlockSha3_crypto(word64 *s);
|
||||||
#endif
|
#endif
|
||||||
WOLFSSL_LOCAL void BlockSha3_base(word64 *s);
|
WOLFSSL_LOCAL void BlockSha3_base(word64 *s);
|
||||||
WOLFSSL_LOCAL void BlockSha3(word64 *s);
|
|
||||||
#elif defined(WOLFSSL_ARMASM) || defined(WOLFSSL_RISCV_ASM)
|
|
||||||
WOLFSSL_LOCAL void BlockSha3(word64 *s);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user