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
This project is the crypto library for XuperChain. Ring signature, multi signature, schnorr signature, secret share, hierarchical deterministic encryption, threshold signature scheme(tss schnorr) , bls signature have been supported.目前开源部分已经支持了Xuper统一超级签名算法、Schnorr签名,环签名、多重签名,tss(schnorr)门限签名,BLS签名等多种签名算法。也支持了秘密分享、分层确定性加解密等多种密码学能力。
Go framework for zero-knowledge login and sender-constrained access tokens. Implements interactive Schnorr ZK auth, short-lived JWTs bound to client DPoP keys (cnf.jkt), and ready-to-use middleware for DPoP + JWT verification. Includes reference auth server and demo API.
This project demonstrates a "Hybrid" authentication architecture. It uses the WebAuthn PRF (Pseudo-Random Function) extension as a Hardware Seed Generator (Touch ID, Windows Hello, YubiKey), then use pure Schnorr signature logic to authenticate users (via @noble/secp256k1).
Embryonic Nostr social client with on-chain Ethereum identity. Browse Nostr feeds, see ETH-verified badges on linked profiles, and link your Ethereum address to your Nostr key — verified on-chain via BIP-340 Schnorr signatures.