Skip to content

Commit bfdf9ee

Browse files
committed
update package header
1 parent 369dd14 commit bfdf9ee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hppk.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
111
package hppk
212

313
import (

0 commit comments

Comments
 (0)