Versions in this module Expand all Collapse all v1 v1.0.0 Oct 27, 2025 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