Skip to content

Commit

Permalink
Create ntru_encrypt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 8, 2024
1 parent c98a51d commit 4ec66bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/qrc_upgrade/crypto/ntru/ntru_encrypt.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# NTRU encryption implementation
import numpy as np

def ntru_encrypt(message, public_key):
# Encrypt message using NTRU public key
pass

0 comments on commit 4ec66bd

Please sign in to comment.