cli/pkg/crypt
Snider 0fc16305d9 Merge branch 'feat/frankenphp-native-app' into new
# Conflicts:
#	pkg/crypt/chachapoly/chachapoly.go
#	pkg/crypt/chachapoly/chachapoly_test.go
#	pkg/crypt/lthn/lthn.go
#	pkg/crypt/lthn/lthn_test.go
#	pkg/crypt/rsa/rsa.go
#	pkg/crypt/rsa/rsa_test.go
#	pkg/io/node/node.go
#	pkg/io/sigil/sigil.go
#	pkg/io/sigil/sigils.go
2026-02-08 21:18:41 +00:00
..
chachapoly feat: add crypto, session, sigil, and node packages 2026-02-08 20:52:28 +00:00
lthn feat: add crypto, session, sigil, and node packages 2026-02-08 20:52:28 +00:00
openpgp fix: restore packages accidentally deleted during PR #313 rebase (#333) 2026-02-05 11:16:23 +00:00
pgp feat(crypt): add LTHN, ChaCha20, RSA, PGP primitives (port from Enchantrix) (#346) (#354) 2026-02-05 20:30:28 +00:00
rsa feat: add crypto, session, sigil, and node packages 2026-02-08 20:52:28 +00:00
checksum.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
checksum_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
crypt.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
crypt_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
hash.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
hash_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
hmac.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
hmac_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
kdf.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
kdf_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
symmetric.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
symmetric_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00