We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369dd14 commit bfdf9eeCopy full SHA for bfdf9ee
hppk.go
@@ -1,3 +1,13 @@
1
+// Package hppk implements the Hierarchical Polynomial Public Key (HPPK) cryptosystem.
2
+//
3
+// HPPK introduces a novel Homomorphic Polynomial Public Key for
4
+// Key Encapsulation Mechanism (KEM) and Digital Signatures (DS).
5
+// By exploiting the inherent partial homomorphic properties of the modular
6
+// multiplicative permutations, HPPK offers a robust symmetric encryption
7
+// mechanism for asymmetric cryptography, independent of NP-hard problems. The
8
+// seamless integration of KEM and DS within HPPK results in compact key sizes,
9
+// cipher sizes, and signature sizes, demonstrating exceptional performance across
10
+// various cryptographic operations
11
package hppk
12
13
import (
0 commit comments