Skip to content

ascon: add Nonce type alias - #43

Merged
tarcieri merged 1 commit into
masterfrom
ascon/nonce-type-alias
Feb 26, 2023
Merged

ascon: add Nonce type alias#43
tarcieri merged 1 commit into
masterfrom
ascon/nonce-type-alias

Conversation

@tarcieri

Copy link
Copy Markdown
Member

Adds a type alias for Ascon nonces, set to [u8; 16].

From the Ascon paper section 2.4:

https://link.springer.com/article/10.1007/s00145-021-09398-9

The 320-bit initial state of Ascon is formed by the secret key K of
k bits and nonce N of 128 bits

Adds a type alias for Ascon nonces, set to `[u8; 16]`.

From the Ascon paper section 2.4:

https://link.springer.com/article/10.1007/s00145-021-09398-9

> The 320-bit initial state of Ascon is formed by the secret key K of
> k bits and nonce N of 128 bits
@tarcieri
tarcieri merged commit 11cb736 into master Feb 26, 2023
@tarcieri
tarcieri deleted the ascon/nonce-type-alias branch February 26, 2023 02:24
@tarcieri tarcieri mentioned this pull request Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant