-
In the following code ,when I load a secret key and i encrypt then and i decrypt a ciphertext everything works fine. But when i try to rotate the ciphertext it outputs wrong values .Do i have to also …
-
I know that I'm not the first person to bring up problems with Conda, but I'm having difficulty installing Pyfhel with Anaconda. I *did* successfully install it a couple of years ago on an older compu…
-
Hi all!!
I can`t connect oncall in grafana.
Follow all steps, but insert token , oncall engine url and grafana url in their texts box :
[https://snipboard.io/amcAK4.jpg](url)
it shows 403 err…
-
1. Get exception "Bad PKCS7 padding. Invalid length xxx."
callstack is
at Crimson.CommonCrypto.FastCryptorTransform.ThrowBadPaddingException (System.Security.Cryptography.PaddingMode padding, Sys…
-
Hello,
I am confused about the function of Common Reference String (CRS).
In the Key Generation phase , Every party should agree with a public polynomial `p_1`, then use `p_1` to generate a publ…
-
the Cipher.encryptor() and Cipher.decryptor() functions provide no static type hints, this limits the amount of static typing that can be applied around the encryptor and decryptor objects
example …
-
Documentation suggests that this should work with vaults from iOS, but that doesn't seem possible. Basically I'm looking to add the ability to use BTCRecover for Metamask Mobile wallet password recove…
-
`cipher v0.3` [introduces](https://github.com/RustCrypto/traits/pull/352) separate trait for encryption and decryption. Preliminary migration was done in #202, but AES types have not been split into e…
-
Hello,
I encounter a problem when I am using Add and Mul in CKKS.
The code shown below is runnable for demonstrating the problem.
I generate 3 ciphertexts (a, b and x) to compute `a*x + b` and `…
-
So, this one is going to be a rabbit hole, but I'm not really happy with the current state of the API, bringing Network stuff around all the place.
We should try to stick to the Go way of doing stu…