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
Accelerator
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
paritytech
/
substrate
Public archive
Notifications
You must be signed in to change notification settings
Fork
2.6k
Star
8.4k
Code
Issues
542
Pull requests
85
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Paired-key Crypto Scheme
- #14705
#14705
Draft
drskalman
wants to merge 14 commits into
paritytech:master
paritytech/substrate:master
from
w3f:skalman-paired-scheme-crypto
w3f/substrate:skalman-paired-scheme-crypto
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Draft
Paired-key Crypto Scheme
#14705
drskalman
wants to merge 14 commits into
paritytech:master
paritytech/substrate:master
from
w3f:skalman-paired-scheme-crypto
w3f/substrate:skalman-paired-scheme-crypto
Copy head branch name to clipboard
Commits
Commits on Aug 3, 2023
First definition for pair public keys
drskalman
committed
56e55d0
View commit details
Copy full SHA for 56e55d0
Browse repository at this point
Two example of implementation of pair for demonestration
drskalman
committed
fb3c187
View commit details
Copy full SHA for fb3c187
Browse repository at this point
Commits on Aug 14, 2023
- implement paired crypto `Public` as tuple of two `Public`s
Show description for 2a6283a
drskalman
committed
2a6283a
View commit details
Copy full SHA for 2a6283a
Browse repository at this point
Commits on Aug 21, 2023
keep both public key object and their continous serialization in paired crypto object in favor of avoiding copy
drskalman
committed
1fbcbc0
View commit details
Copy full SHA for 1fbcbc0
Browse repository at this point
implement PassBy and From<Pair> for paired_crypto
drskalman
committed
cf13812
View commit details
Copy full SHA for cf13812
Browse repository at this point
Commits on Aug 22, 2023
implement rest of aux traits for `paired_crypto::Public`
Show description for a4f9dfe
drskalman
committed
a4f9dfe
View commit details
Copy full SHA for a4f9dfe
Browse repository at this point
Commits on Aug 29, 2023
Attempt to implement trait `Pair` for `pair_cyrpto::Pair`
drskalman
committed
f4b9ae6
View commit details
Copy full SHA for f4b9ae6
Browse repository at this point
Commits on Aug 31, 2023
- Implement trait `Pair` for `paired_crypto::Pair`
Show description for 4e7fb63
drskalman
committed
4e7fb63
View commit details
Copy full SHA for 4e7fb63
Browse repository at this point
Commits on Sep 5, 2023
implement sgin and verify for
drskalman
committed
8f42ffe
View commit details
Copy full SHA for 8f42ffe
Browse repository at this point
Commits on Sep 10, 2023
Actually implementing `paired_crypto::{Pair, Public, Signatrue}` for paired (ECDSA, BLS377) crypto
drskalman
committed
5b96d95
View commit details
Copy full SHA for 5b96d95
Browse repository at this point
Commits on Sep 11, 2023
Implement and pass all test for `paired_crypto`
drskalman
committed
3208ad0
View commit details
Copy full SHA for 3208ad0
Browse repository at this point
Commits on Sep 25, 2023
- move to signle seed for both schemes in `primitives/core/src/paired_crypto.rs`
Show description for 854c32d
drskalman
committed
854c32d
View commit details
Copy full SHA for 854c32d
Browse repository at this point
cargo fmt
drskalman
committed
83469f7
View commit details
Copy full SHA for 83469f7
Browse repository at this point
Merge remote-tracking branch 'origin/master' into skalman-paired-scheme-crypto
drskalman
committed
75bb406
View commit details
Copy full SHA for 75bb406
Browse repository at this point
You can’t perform that action at this time.