issues
search
pluto
/
ronkathon
Cryptography Educational Foundations
https://pluto.xyz/blog/ronkathon-learn-cryptography-from-first-principles
Apache License 2.0
192
stars
24
forks
source link
feat: ot
#133
Open
lonerapier
opened
4 months ago
lonerapier
commented
4 months ago
This PR closes issue #132
It changes the following:
naming changes to RSA
encrypt and decrypt were panicking for large primes, so made pow explicit, and added a test (failing before)
add RSA based 1-out-of-2 OT
This PR closes issue #132
It changes the following: