mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #7496 from douzzer/20240501-xilinx-wc_Sha3
20240501-xilinx-wc_Sha3pull/7497/head
commit
866468ec2c
|
@ -35,7 +35,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Sha3 digest */
|
/* Sha3 digest */
|
||||||
typedef struct Sha3 {
|
typedef struct wc_Sha3 {
|
||||||
#ifdef WOLFSSL_XILINX_CRYPT_VERSAL
|
#ifdef WOLFSSL_XILINX_CRYPT_VERSAL
|
||||||
wc_Xsecure xSec;
|
wc_Xsecure xSec;
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue