Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2024 Changes in this version + func AesDecrypt(data string, key []byte) (string, error) + func AesEncrypt(data []byte, key []byte) (string, error) + func GenX25519Private(data []byte) []byte