https://github.com/zemberdotnet/kem
Key-encapsulation mechanism proof-of-concept
https://github.com/zemberdotnet/kem
Last synced: 9 months ago
JSON representation
Key-encapsulation mechanism proof-of-concept
- Host: GitHub
- URL: https://github.com/zemberdotnet/kem
- Owner: zemberdotnet
- License: mit
- Created: 2023-07-15T17:55:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T17:58:15.000Z (almost 3 years ago)
- Last Synced: 2025-02-10T00:18:47.042Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KEM
Kem is an implementation of a key encapsulation mechanism using RSA, SHA256, and Go's crypto libraries.