Software /
code /
prosody
File
teal-src/util/hex.d.tl @ 12837:d3ae47d8a7a7
util.crypto: Add support for AES-256-CTR
This is required by PASETO v3.local
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 13 Jan 2023 14:34:10 +0000 |
parent | 12606:6683beb96e01 |
line wrap: on
line source
local type s2s = function (s : string) : string local record lib to : s2s from : s2s encode : s2s decode : s2s end return lib