Feat/Add Crypto Libs #3

Merged
pn merged 35 commits from feat/add-crypto-libs into main 2026-01-10 21:59:18 +00:00

35 Commits

Author SHA1 Message Date
8ceb4d600f docs(dwn): remove UCAN_SCHEMA_PROPOSAL.md 2026-01-10 16:57:37 -05:00
659736ade0 refactor(enclave): migrate to enclave signing with MPC 2026-01-10 16:49:23 -05:00
b6a01a07ae refactor(enclave): remove enclave package 2026-01-10 15:40:54 -05:00
b39bd89b47 feat(crypto): add simple enclave implementation for MPC operations 2026-01-10 15:39:43 -05:00
876deb2989 refactor(mpc): migrate to simple enclaves 2026-01-10 15:39:41 -05:00
e7202256c3 feat(example): add MPC generation test interface 2026-01-10 14:54:39 -05:00
634e62dc81 feat(enclave): add test MPC function and refactor generate function to use DID initialization without MPC 2026-01-10 14:52:13 -05:00
30e372d07f feat(enclave): add detailed logging for MPC initialization steps 2026-01-10 14:46:16 -05:00
de89b627d3 refactor(enclave): enhance error extraction and logging for better debugging 2026-01-10 14:45:06 -05:00
766de75ba9 refactor(example): overhaul example app UI and UX 2026-01-10 14:41:58 -05:00
6f2a3c5800 feat(keybase): add enclave management API 2026-01-10 14:32:22 -05:00
2dfd8b5a8f feat(enclave): add MPC enclave generation support 2026-01-10 14:32:21 -05:00
a633631dcf feat(enclave): complete encryption strategy and database serialization 2026-01-10 11:50:59 -05:00
1c9067b91a chore(github): remove Repo.toml configuration file 2026-01-09 19:20:01 -05:00
5728e9cf6c chore(config): add repository configuration file 2026-01-09 19:19:59 -05:00
16665cafc4 docs(migration): clarify migration guide diagrams and enclave schema 2026-01-09 16:38:01 -05:00
76fb6c27cb init(enclave): Setup enclave package for wasm actions 2026-01-09 08:19:21 -05:00
527dfee7f6 refactor(enclave): restructure enclave to use go-pdk and support WASM target 2026-01-09 08:19:15 -05:00
842fdc1923 refactor(keybase): switch to native SQLite serialization and deserialization 2026-01-08 20:16:50 -05:00
e5230a6360 docs(migration): update SQLite driver reference in migration guide 2026-01-08 20:16:49 -05:00
9bec58e293 docs(TODO): update UCAN v1.0.0-rc.1 migration status and completed items 2026-01-08 19:34:27 -05:00
69b0eca088 feat(keybase): add invocation actions for UCAN v1.0.0-rc.1 2026-01-08 16:42:16 -05:00
ea07a51044 refactor(main): rename UCAN to Delegation in main.go 2026-01-08 16:42:15 -05:00
761bb107be docs(UCAN_SCHEMA_PROPOSAL): add UCAN v1.0.0-rc.1 schema proposal documentation 2026-01-08 16:37:39 -05:00
4fbfdf1e4d refactor(keybase): migrate to UCAN v1.0.0-rc.1 envelope format 2026-01-08 16:37:36 -05:00
1b2a57ca98 refactor(ucan): migrate from ucan-wg/go-ucan to code.sonr.org/go/ucan 2026-01-08 15:51:17 -05:00
c1e7d772a1 docs(todo): update migration tasks and references 2026-01-08 15:25:54 -05:00
ec87d579aa feat(ucan): add delegation and invocation builders 2026-01-08 15:21:07 -05:00
46b0726682 refactor(ucan): migrate away from MPC-based signing in favor of @sonr.io/crypto/mpc 2026-01-08 15:21:03 -05:00
8a953e641b feat(codec): add json schemas for policy language and primitives 2026-01-08 14:54:41 -05:00
e4943509c9 feat(ucan): migrate to UCAN v1.0.0-rc.1 envelope format 2026-01-08 14:54:40 -05:00
f6dde77e60 feat(enclave): add WebAuthn PRF key derivation and encryption APIs 2026-01-08 00:28:23 -05:00
96991231d6 refactor(keybase): improve database export and restore functionality 2026-01-08 00:28:19 -05:00
5ed451d09b docs(mpc): add README documentation for MPC library 2026-01-07 23:39:42 -05:00
f66f6f5533 chore(deps): update dependencies for enclave module 2026-01-07 23:39:40 -05:00