Skip to content

hwupathum/kyber-keystore-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kyber Keystore Generator

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.

Features

  • Generate keypairs for use with the Kyber algorithm.
  • Store and manage generated keypairs securely.
  • Easily integrate generated keys into Kyber-enabled applications.

Getting Started

To get started with KyberKeystoreGen, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/hwupathum/kyber-keystore-gen.git
  2. Navigate to the project directory:

    cd kyber-keystore-gen
  3. Build the project using Maven:

    mvn clean install
  4. Use the tool to generate and manage keystores for the Kyber algorithm:

    java -jar target/kyber-keystore-gen-1.0-SNAPSHOT.jar

Usage

Provide detailed instructions on how to use KyberKeystoreGen here. Include examples, command-line options, and any other relevant information.

Contributing

Contributions are welcome! If you'd like to contribute to KyberKeystoreGen, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and ensure they are properly tested.
  4. Submit a pull request with a clear description of your changes.

Support

If you encounter any issues or have questions about KyberKeystoreGen, please open an issue on GitHub.

About

Generate keystores for Kyber (ML-KEM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages