Kyber Keystore Generator is a tool for generating keystores compatible with the Kyber768 (ML-KEM 768) algorithm. It simplifies the process of managing cryptographic keys used in Kyber-based applications.
- Generate keypairs for use with the Kyber algorithm.
- Store and manage generated keypairs securely.
- Easily integrate generated keys into Kyber-enabled applications.
To get started with KyberKeystoreGen, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/hwupathum/kyber-keystore-gen.git
-
Navigate to the project directory:
cd kyber-keystore-gen
-
Build the project using Maven:
mvn clean install
-
Use the tool to generate and manage keystores for the Kyber algorithm:
java -jar target/kyber-keystore-gen-1.0-SNAPSHOT.jar
Provide detailed instructions on how to use KyberKeystoreGen here. Include examples, command-line options, and any other relevant information.
Contributions are welcome! If you'd like to contribute to KyberKeystoreGen, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and ensure they are properly tested.
- Submit a pull request with a clear description of your changes.
If you encounter any issues or have questions about KyberKeystoreGen, please open an issue on GitHub.