Théophile BRÉZOT
Théophile BRÉZOT
While trying to use SEAL for a use case where the `plain_modulus` is the smallest prime of the `coeff_modulus_base`, I realised that the RNS optimisation implemented by SEAL seems to...
Covercrypt master keys should not be called `private_key` as a user key is a private key too. _Originally posted by @tbrezot in https://github.com/Cosmian/kms/pull/228#discussion_r1551837925_
This holds for all actions: - The current implemented introduces an undocumented behavior when both `--id` and `--tag` are passed. Using an enum could solve the problem: ```rust struct AddAttributeAction...
Hi there, I was trying to send an EVAL script that takes as argument a possibly null value, but it seems the type dispatch [here](https://github.com/aconchillo/guile-redis/blob/6773df22f383ef9caa2dc9f0f6350cfcf4d8531d/redis/utils.scm#L75) does not allow it. If...
I just installed this library using Guix (guile-pfds v.0.3), but I encounter behaviors I cannot explain: ```scheme (use-modules (srfi srfi-1)) (use-modules (pfds hamts)) (define make-string-hamt (lambda () (make-hamt string-hash string=?)))...