https://github.com/Layr-Labs/bn254-bls-keystore-rs
https://github.com/Layr-Labs/bn254-bls-keystore-rs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Layr-Labs/bn254-bls-keystore-rs
- Owner: Layr-Labs
- License: mit
- Created: 2024-06-18T23:45:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T22:59:14.000Z (4 months ago)
- Last Synced: 2025-03-20T05:02:38.853Z (2 months ago)
- Language: Rust
- Size: 215 KB
- Stars: 6
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EIP 2335 Compatible Keystore using BN254
### Description
This is a mechanism for storing private keys. It is a JSON file that encrypts a private key and is the standard for interchanging keys between devices as until a user provides their password, their key is safe.
Refer EIP-2335 for more details.## Warning & Disclaimer
This code is unaudited and under construction. This is experimental software and is provided on an "as is" and "as available" basis and may not work at all. It should not be used in production.