Skip to content

Commit

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

def ntru_decrypt(ciphertext, private_key):
# Decrypt ciphertext using NTRU private key
pass

0 comments on commit 3e31808

Please sign in to comment.