forked from trustcrypto/python-onlykey
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: bugrasan/python-onlykey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: trustcrypto/python-onlykey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 25 files changed
- 3 contributors
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e04183 - Browse repository at this point
Copy the full SHA 4e04183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ae8f5 - Browse repository at this point
Copy the full SHA 37ae8f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47b968c - Browse repository at this point
Copy the full SHA 47b968cView commit details
Commits on Jul 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e1a07b9 - Browse repository at this point
Copy the full SHA e1a07b9View commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 717c62a - Browse repository at this point
Copy the full SHA 717c62aView commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec2fe5d - Browse repository at this point
Copy the full SHA ec2fe5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d20b7 - Browse repository at this point
Copy the full SHA b5d20b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5b40d - Browse repository at this point
Copy the full SHA 9d5b40dView commit details
Commits on Mar 15, 2026
-
feat: Add age-plugin-onlykey for post-quantum X-Wing KEM
Adds age v1.3.0 plugin support for OnlyKey hardware tokens with X-Wing hybrid KEM (draft-connolly-cfrg-xwing-kem-09). New subpackage: onlykey/age_plugin/ - cli.py - Plugin entry point, Bech32 encoding, key management - protocol.py - age plugin state machine (C2SP spec, recipient-v1/identity-v1) - onlykey_hid.py - OnlyKeyPQ class wrapping OnlyKey client for PQ slots - xwing.py - X-Wing combiner, HPKE key schedule (ChaCha20-Poly1305) - mlkem_py.py - ML-KEM-768 host-side encaps via kyber-py (FIPS 203) New console_scripts entry point: age-plugin-onlykey New extras_require[age]: cryptography, kyber-py Usage: pip install onlykey[age] age-plugin-onlykey --generate > onlykey-identity.txt age -r age1onlykey1<pk> -e secret.txt > secret.age age -d -i onlykey-identity.txt secret.age > secret.txt Private key never leaves the OnlyKey device.
Configuration menu - View commit details
-
Copy full SHA for d7750b2 - Browse repository at this point
Copy the full SHA d7750b2View commit details
Commits on Mar 16, 2026
-
feat: Add ML-KEM-768 and X-Wing key types to client and CLI
- Add MLKEM768(5) and XWING(6) to KeyTypeEnum - Add CURVE25519(4) to KeyTypeEnum (was missing) - Add 'm' (ML-KEM) and 'w' (X-Wing) type mappings in setkey() - Allow genkey with types 'm' and 'w' in both direct and interactive CLI Usage: onlykey-cli genkey ECC1 w d # Generate X-Wing seed in ECC slot 1 onlykey-cli genkey ECC2 m d # Generate ML-KEM seed in ECC slot 2
Configuration menu - View commit details
-
Copy full SHA for c983cca - Browse repository at this point
Copy the full SHA c983ccaView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master