Skip to content

Commit b7ca60b

Browse files
committed
Change Ascon version from v1.2 to v1.3
1 parent 759cfca commit b7ca60b

File tree

7,142 files changed

+2505
-2505
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,142 files changed

+2505
-2505
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(ascon LANGUAGES C ASM)
33
enable_testing()
44

55
# set the default version
6-
set(DEFAULT_VERSIONS v12)
6+
set(DEFAULT_VERSIONS v13)
77

88
# default to all Ascon algorithms:
99
set(DEFAULT_ALGS ascon128 ascon128a ascon80pq

README.md

Lines changed: 63 additions & 63 deletions

crypto_aead/ascon128abi32v12/bi32_armv7m_small/api.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

crypto_aead/ascon128abi32v12/bi32_lowreg/api.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

crypto_aead/ascon128abi32v12/bi32_lowsize/api.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

crypto_aead/ascon128abi32v12/ref/api.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

crypto_aead/ascon128abi32v12/bi32/api.h renamed to crypto_aead/ascon128abi32v13/bi32/api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define CRYPTO_VERSION "1.2.8"
1+
#define CRYPTO_VERSION "1.3.0"
22
#define CRYPTO_KEYBYTES 16
33
#define CRYPTO_NSECBYTES 0
44
#define CRYPTO_NPUBBYTES 16

0 commit comments

Comments
 (0)