go/pkg/crypt
Claude 3fdc3f3086
Some checks are pending
Security Scan / Go Vulnerability Check (push) Waiting to run
Security Scan / Secret Detection (push) Waiting to run
Security Scan / Dependency & Config Scan (push) Waiting to run
refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli
Move Go module path to production Forgejo instance.
Updates all imports, go.mod, go.sum, docs, and CI configs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 23:35:00 +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 refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +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 refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
checksum_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
crypt.go refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
crypt_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
hash.go refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +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 refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
kdf_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
symmetric.go refactor: rename module from github.com/host-uk/core to forge.lthn.ai/core/cli 2026-02-15 23:35:00 +00:00
symmetric_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00