go/pkg/crypt
Snider adaa4131f9 refactor: strip to pure package library (#3)
- Fix remaining 187 pkg/ files referencing core/cli → core/go
- Move SDK library code from internal/cmd/sdk/ → pkg/sdk/ (new package)
- Create pkg/rag/helpers.go with convenience functions from internal/cmd/rag/
- Fix pkg/mcp/tools_rag.go to use pkg/rag instead of internal/cmd/rag
- Fix pkg/build/buildcmd/cmd_sdk.go and pkg/release/sdk.go to use pkg/sdk
- Remove all non-library content: main.go, internal/, cmd/, docker/,
  scripts/, tasks/, tools/, .core/, .forgejo/, .woodpecker/, Taskfile.yml
- Run go mod tidy to trim unused dependencies

core/go is now a pure Go package suite (library only).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Co-authored-by: Claude <developers@lethean.io>
Reviewed-on: #3
2026-02-16 14:23:45 +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: strip to pure package library (#3) 2026-02-16 14:23:45 +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: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
checksum_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
crypt.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
crypt_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
hash.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +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: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
kdf_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00
symmetric.go refactor: strip to pure package library (#3) 2026-02-16 14:23:45 +00:00
symmetric_test.go feat: infrastructure packages and lint cleanup (#281) 2026-02-04 11:34:43 +00:00