Skip to content

Commit

Permalink
add LittleEndian module to docs description
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jan 21, 2024
1 parent d511a6f commit b442b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/prologue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ The implementation is organized into the following modules:
- 'Columnround': Implements the columnround operation, treating it as rowround expressions with the input transposed.
- 'Doubleround': Defines the doubleround function as the composition of rowround and columnround. Also, provides a variant 'doubleroundR' for a specified number of rounds.
- 'Hash': Implements the Salsa20 core function and the extended hash expressions.
- 'Utils': Provides utility functions used in the Salsa20 cipher, such as little-endian encoding, matrix operations, and reduction functions.
- 'LittleEndian': Provives little-endian encoding related code, protocol specified Salsa20 aument and reduce list functions.
- 'Utils': Provides utility functions used in the Salsa20 cipher.
- 'Expansion': Implements functions for Salsa20 key expansion and matrix generation.
- 'Crypt': Provides functions for Salsa20 encryption and decryption.

Expand Down

0 comments on commit b442b3e

Please sign in to comment.