Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Suite ¶
type Suite string
const ( ChaCha20_Poly1305_SHA256 Suite = "ChaCha20-Poly1305_SHA256" ChaCha20_Poly1305_SHA512 Suite = "ChaCha20-Poly1305_SHA512" ChaCha20_Poly1305_SHA3_256 Suite = "ChaCha20-Poly1305_SHA3-256" ChaCha20_Poly1305_SHA3_512 Suite = "ChaCha20-Poly1305_SHA3-512" AES_256_GCM_SHA256 Suite = "AES-256-GCM_SHA256" AES_256_GCM_SHA512 Suite = "AES-256-GCM_SHA512" AES_256_GCM_SHA3_256 Suite = "AES-256-GCM_SHA3-256" AES_256_GCM_SHA3_512 Suite = "AES-256-GCM_SHA3-512" )
Click to show internal directories.
Click to hide internal directories.