https://github.com/rozbb/ct-kemeleon
Encoding algorithms for ML-KEM
https://github.com/rozbb/ct-kemeleon
Last synced: about 1 year ago
JSON representation
Encoding algorithms for ML-KEM
- Host: GitHub
- URL: https://github.com/rozbb/ct-kemeleon
- Owner: rozbb
- License: other
- Created: 2024-12-28T19:38:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:19:21.000Z (over 1 year ago)
- Last Synced: 2025-04-09T21:59:55.052Z (about 1 year ago)
- Language: Rust
- Size: 43.9 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# ct-kemeleon
This is a work-in-progress crate for experimenting with and implementing the [Kemeleon](https://datatracker.ietf.org/doc/draft-veitch-kemeleon/) encoding algorithm(s).
Kemeleon encodes ML-KEM public keys and ciphertexts as uniform-looking bytestrings.
This is useful when you want to hide the fact that a message contains cryptographic material at all (e.g., in [obfuscated key exchange](https://eprint.iacr.org/2024/1086)), or when we require an ideal cipher to operate on public keys or ciphertexts, such as in [some PAKEs](https://eprint.iacr.org/2023/470).
## Warning
None of the code in this repo has been audited by a third party. Use at your own peril.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
* MIT license ([LICENSE-MIT](LICENSE-MIT))
at your option.