package core:crypto/chacha20poly1305

Index

Types (0)

This section is empty.

Constants (3)
Variables (0)

This section is empty.

Procedures (2)
Procedure Groups (0)

This section is empty.

Types

This section is empty.

Constants

KEY_SIZE ¶

KEY_SIZE :: chacha20.KEY_SIZE

NONCE_SIZE ¶

NONCE_SIZE :: chacha20.NONCE_SIZE

TAG_SIZE ¶

TAG_SIZE :: poly1305.TAG_SIZE

Variables

This section is empty.

Procedures

decrypt ¶

decrypt :: proc "odin" (
	plaintext, tag, key, nonce, aad, 
	ciphertext:                      []u8, 
) -> bool {…}

encrypt ¶

encrypt :: proc "odin" (
	ciphertext, tag, key, nonce, aad, 
	plaintext:                        []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.465828300 +0000 UTC