Module chacha20stream::key[][src]

Key and IV structures for the cipher

Structs

IV

A 12 byte IV for the chacha20_poly1305 cipher

Key

A 32 byte key for the chacha20_poly1305 cipher

Constants

IV_SIZE

Size of the IV used for the cipher

KEY_SIZE

Size of the key used for the cipher