Versions in this module Expand all Collapse all v0 v0.3.3 Apr 6, 2026 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