package core:crypto/chacha20
Index
Types (1)
Constants (3)
Variables (0)
This section is empty.
Procedures (5)
Procedure Groups (0)
This section is empty.
Types
Constants
KEY_SIZE ¶
KEY_SIZE :: 32
NONCE_SIZE ¶
NONCE_SIZE :: 12
XNONCE_SIZE ¶
XNONCE_SIZE :: 24
Variables
This section is empty.
Procedures
keystream_bytes ¶
keystream_bytes :: proc "odin" (ctx: ^Context, dst: []u8) {…}
xor_bytes ¶
xor_bytes :: proc "odin" (ctx: ^Context, dst, src: []u8) {…}
Procedure Groups
This section is empty.
Source Files
Generation Information
Generated with odin version dev-2023-03 (vendor "odin") Windows_amd64 @ 2023-03-29 21:09:05.342345600 +0000 UTC