SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.

Results 153 SEAL issues
Sort by recently updated
recently updated
newest added

Hi, I have a (perhaps dumb) question. In BGV or BFV, the plaintext modulus is `p` or `p^r` and `Q` represents the ciphertext modulus. Is there any function to compute...

```shell /usr/local/include/SEAL-4.1/seal/ckks.h:512:56: runtime error: inf is outside the range of representable values of type 'int' SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/local/include/SEAL-4.1/seal/ckks.h:512:56 in /usr/local/include/SEAL-4.1/seal/ckks.h:534:71: runtime error: inf is outside the range of representable...

**Description** This pull request introduces RISC-V Vector (RVV 1.0) support for selected functions, extending the project with vectorized implementations inspired by my research. The goal is to leverage the RVV...