Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
MinistryofMany
/
Signet
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: crypto-core Phase 2 — PRF/VOPRF/dedup surface
- #2
#2
Merged
AtHeartEngineer
merged 20 commits into
main
MinistryofMany/Signet:main
from
feat/signet-crypto-core-phase2
MinistryofMany/Signet:feat/signet-crypto-core-phase2
Copy head branch name to clipboard
Jul 4, 2026
Conversation
Commits
20
(20)
Checks
Files changed
Merged
feat: crypto-core Phase 2 — PRF/VOPRF/dedup surface
#2
AtHeartEngineer
merged 20 commits into
main
MinistryofMany/Signet:main
from
feat/signet-crypto-core-phase2
MinistryofMany/Signet:feat/signet-crypto-core-phase2
Copy head branch name to clipboard
Commits
Commits on Jul 4, 2026
style(db): wrap test assertion to satisfy rustfmt
Show description for 1e2888e
AtHeartEngineer
committed
1e2888e
View commit details
Copy full SHA for 1e2888e
Browse repository at this point
test(keygen_dos): raise poll ceiling to 120s to match other suites
Show description for 14f9473
AtHeartEngineer
committed
14f9473
View commit details
Copy full SHA for 14f9473
Browse repository at this point
test: raise keygen poll ceilings to 360s across integration suites
Show description for 52cb1d3
AtHeartEngineer
committed
52cb1d3
View commit details
Copy full SHA for 52cb1d3
Browse repository at this point
fix(main): consume secret env vars before the async runtime starts
Show description for bea2662
AtHeartEngineer
committed
bea2662
View commit details
Copy full SHA for bea2662
Browse repository at this point
feat(db): service_keys and dedup_entries storage with record-first register
Show description for 66cbf5d
AtHeartEngineer
committed
66cbf5d
View commit details
Copy full SHA for 66cbf5d
Browse repository at this point
feat(prf): RFC 9497 VOPRF core, nullifier key schedule, pairwise oracle
Show description for 341429e
AtHeartEngineer
committed
341429e
View commit details
Copy full SHA for 341429e
Browse repository at this point
feat(dedup): service-key init/import lifecycle and fail-closed boot policy
Show description for 2f28a75
AtHeartEngineer
committed
2f28a75
View commit details
Copy full SHA for 2f28a75
Browse repository at this point
feat(prf): mount the PRF/dedup HTTP surface with fail-closed boot and per-route authz
Show description for b5ed914
AtHeartEngineer
committed
b5ed914
View commit details
Copy full SHA for b5ed914
Browse repository at this point
fix(dedup): verify the pubkey pin before sealing a pairwise import
Show description for 5d18796
AtHeartEngineer
committed
5d18796
View commit details
Copy full SHA for 5d18796
Browse repository at this point
fix(dedup): refuse init on a pinned node and boot on an orphaned pin
Show description for 92c9532
AtHeartEngineer
committed
92c9532
View commit details
Copy full SHA for 92c9532
Browse repository at this point
feat(handlers): re-check the PRF allow-list inside require_prf
Show description for dd1db0d
AtHeartEngineer
committed
dd1db0d
View commit details
Copy full SHA for dd1db0d
Browse repository at this point
fix(db): constant-time owner-handle comparisons on the dedup ledger
Show description for 6959dde
AtHeartEngineer
committed
6959dde
View commit details
Copy full SHA for 6959dde
Browse repository at this point
fix(handlers): drop per-request outcome status from dedup log lines
Show description for 0a79140
AtHeartEngineer
committed
0a79140
View commit details
Copy full SHA for 0a79140
Browse repository at this point
perf(handlers): run PRF/dedup ledger DB work in spawn_blocking
Show description for 846306b
AtHeartEngineer
committed
846306b
View commit details
Copy full SHA for 846306b
Browse repository at this point
docs(config): state what remove_var actually protects
Show description for eb13086
AtHeartEngineer
committed
eb13086
View commit details
Copy full SHA for eb13086
Browse repository at this point
docs(identity): record the CA issuance discipline the PRF list relies on
Show description for 310908a
AtHeartEngineer
committed
310908a
View commit details
Copy full SHA for 310908a
Browse repository at this point
fix(db): make the service/group key AAD domain split explicit
Show description for 6b4d291
AtHeartEngineer
committed
6b4d291
View commit details
Copy full SHA for 6b4d291
Browse repository at this point
test(keygen): raise unit-test wait ceilings to 360s
Show description for 47d9c56
AtHeartEngineer
committed
47d9c56
View commit details
Copy full SHA for 47d9c56
Browse repository at this point
feat(interop): cross-language VOPRF harness and CI gate (interop/prf.mjs)
Show description for e284bc2
AtHeartEngineer
committed
e284bc2
View commit details
Copy full SHA for e284bc2
Browse repository at this point
style: rustfmt
AtHeartEngineer
committed
aef7932
View commit details
Copy full SHA for aef7932
Browse repository at this point
You can’t perform that action at this time.