ascon: added forced permutation unroll

This commit is contained in:
Juliusz Sosinowicz
2024-12-23 18:04:24 +01:00
parent 0e7bee9577
commit e4100d977c
2 changed files with 64 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ jobs:
'--enable-dtls --enable-dtlscid --enable-dtls13 --enable-secure-renegotiation
--enable-psk --enable-aesccm --enable-nullcipher CPPFLAGS=-DWOLFSSL_STATIC_RSA',
'--enable-ascon',
'--enable-ascon CPPFLAGS=-DWOLFSSL_ASCON_UNROLL',
]
name: make check
if: github.repository_owner == 'wolfssl'