Running encryptInt() with Pyfhel exits with exit code -1073741819 (0xC0000005)

0

When I use python Pyfhel, if I run encryptInt(), it will exit with the exit code.

1073741819 (0xC0000005)

integer1 = 127
integer2 = -2
ctxt1 = HE.encryptInt(integer1) # Encryption makes use of the public key
ctxt2 = HE.encryptInt(integer2) 
python
asked on Stack Overflow Apr 9, 2019 by xiangzhong yin • edited Apr 9, 2019 by Jack Moody

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0