View Source Nostr.Crypto.AES256CBC (Nostr v0.1.2)

Link to this section Summary

Link to this section Functions

Link to this function

decrypt(message, seckey, pubkey)

View Source
@spec decrypt(binary(), binary(), binary()) :: String.t()
Link to this function

encrypt(message, seckey, pubkey)

View Source
@spec encrypt(String.t(), binary(), binary()) :: binary()