Documentation
¶
Overview ¶
Package cse provides simple client-side encryption helpers.
Index ¶
Constants ¶
View Source
const ( // MetadataKeyAlgorithm stores the CSE algorithm in user metadata. MetadataKeyAlgorithm = "rustfs-cse-algorithm" // MetadataKeyNonce stores the base64-encoded nonce in user metadata. MetadataKeyNonce = "rustfs-cse-nonce" // AlgorithmAESGCM indicates AES-GCM encryption. AlgorithmAESGCM = "AES-GCM" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.