aboutsummaryrefslogtreecommitdiffstats
path: root/spec/util_crypto_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.crypto: New wrapper for some operations in OpenSSL's libcryptoMatthew Wild2022-06-241-0/+196
Specifically, ED25519 key generation/import/export, sign/verify operations, and AES encrypt/decrypt.