Versions in this module Expand all Collapse all v0 v0.0.1 Oct 13, 2020 Changes in this version + const NONCE_SIZE + const PROTO_SIZE + const SALT_SIZE + const TAG_SIZE + var PASSWORD_DERIVATION_ITERATIONS = 12_983 + var PROTO_VERSION = byte(0b0000_0001) + func Decrypt(password []byte, data []byte) ([]byte, error) + func Encrypt(password []byte, data []byte) ([]byte, error)