Documentation ¶
Overview ¶
Package subtle contains subtly insecure methods not recommended for casual use.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecryptWithoutIntegrity ¶
DecryptWithoutIntegrity decrypts data encrypted with AES-CTR.
func DeriveKey ¶
DeriveKey derives a key from a password using scrypt. N should be set to the highest power of 2 you can derive within 100 milliseconds.
func EncryptWithoutIntegrity ¶
EncryptWithoutIntegrity encrypts data with AES-CTR. Note: this encryption mode is not secure when stored/sent on an untrusted medium.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.