标签: python
使用python Pyfhel时,如果运行encryptInt(),它将退出并显示退出代码。
python Pyfhel
encryptInt()
1073741819(0xC0000005)
integer1 = 127 integer2 = -2 ctxt1 = HE.encryptInt(integer1) # Encryption makes use of the public key ctxt2 = HE.encryptInt(integer2)