Ryan Heywood ryan
  • Joined on 2023-05-17
ryan pushed to main at public/keyfork 2024-04-08 18:35:11 +00:00
539027e335 docs: add basic documentation on shard remote-decrypt protocol
ryan pushed to feat/blog at public/website 2024-03-29 06:13:07 +00:00
3344adeab1 base.scss: fix various padding and margin
ryan pushed to feat/tooling-page at public/website 2024-03-29 02:30:44 +00:00
5715c2cdcf fix margin and padding
ryan pushed to main at public/keyfork 2024-03-25 02:53:19 +00:00
0c768690db .cargo/config.toml: add registry configuration :)
ryan pushed to main at public/keyfork 2024-03-25 02:43:34 +00:00
ryan pushed to ryan/old-static-retain-for-stagex at public/keyfork 2024-03-25 02:43:05 +00:00
ryan created branch ryan/old-static-retain-for-stagex in public/keyfork 2024-03-25 02:43:05 +00:00
ryan pushed to main at public/airgap 2024-03-13 21:12:15 +00:00
16479807f1 sign 2024.03.13
38689b24b2 Release 2024.03.13
Compare 2 commits »
ryan pushed to stagex-build at public/keyfork 2024-03-07 00:35:13 +00:00
ec8a5c893f prepare for stagex bindgen
ryan pushed to stagex-build at public/keyfork 2024-03-06 19:36:58 +00:00
c199843a28 Containerfile.alpine: add temporary for checking rust bindgen builds
ryan pushed to stagex-build at public/keyfork 2024-03-06 03:29:13 +00:00
a151711d86 vendor: use bindgen-cli instead of bindgen library
ryan pushed to stagex-build at public/keyfork 2024-03-06 00:11:47 +00:00
fa3fdbff2d Containerfile: use link-static feature instead of old static feature
ryan pushed to stagex-build at public/keyfork 2024-03-06 00:07:30 +00:00
1fda2a37c2 patch v4l2-sys-mit, nettle-sys, fix keyfork-zbar-sys
906d294a3d crates/keyfork: add link-static and link-dynamic
Compare 2 commits »
ryan deleted tag keyfoork-v0.1.0 from public/keyfork 2024-03-05 21:57:03 +00:00
ryan pushed to main at public/keyfork 2024-03-05 03:25:11 +00:00
37f63fd63a crates/keyfork: build bindgen static as well
ryan pushed to main at public/keyfork 2024-03-05 03:08:45 +00:00
62f63e90ea crates/keyfork: allow building with static, ideal for stagex
ryan pushed tag keyfork-v0.1.0 to public/keyfork 2024-02-26 20:40:57 +00:00
ryan pushed tag keyfork-v0.1.0 to public/keyfork 2024-02-26 20:39:42 +00:00
ryan pushed to main at ryan/sui-build 2024-02-25 18:47:34 +00:00
f435baa773 Makefile: specify linux/amd64
ryan commented on pull request public/keyfork#26 2024-02-24 22:53:36 +00:00
WIP: keyfork-shard: limit size of encrypted payload, can fit at max a 256 bit shard

Authentication of authenticated requests is not exclusive to enclaves and does not use enclave attestation. Enclave attestation can be added atop the existing framework to attest the public key…