HKEX is a lightweight Key Exchange scheme in the style of Diffie-Hellman Key Exchange, based on bitwise operations.

Golang port and conversion into a library suitable for use in other golang projects.

Russtopia 1b3390fcf0 Update 'README.md' to reference original OAHR implementation 2 months ago
LICENSE.gpl e58cb08919 Moved out from hkexsh 4 years ago
LICENSE.mit e58cb08919 Moved out from hkexsh 4 years ago
Makefile e58cb08919 Moved out from hkexsh 4 years ago
README.md 1b3390fcf0 Update 'README.md' to reference original OAHR implementation 2 months ago
herradurakex.go 873ba2e588 Updated comments to reflect split out to standalone package 4 years ago

README.md

HerraduraKEx - an experimental Key Encapsulation Mechanism

Golang conversion of the original algorithm by OAHR