grnx
grnx
I do not understand why you have two function to decrypt with the same parameters, with a match on the `key_format_type` within each one. _Originally posted by @tbrezot in https://github.com/Cosmian/kms/pull/228#discussion_r1551643636_
`import()` method at `crate/server/src/core/operations/import.rs` processes different objects (symmetric keys, public keys, private keys and certificates) after receiving an import request. Attributes for the KMIP object created from this request are...
Hybrid encryption supports ECIES Salsa Sealbox for curves X25519 and Ed25519. In a concern for a growing list of supported algorithm, it would be of interest to have an OpenSSL...
Hello everyone, I suggest this diff against master to patch non-constant time division revealed by DJB through KyberSlash (https://kyberslash.cr.yp.to/). For the sake of correctness, the changes proposed here are as...
I suggest this diff against develop that implements the `EllipticCurve_with_prime_order(N)` constructor. Using the prime order `N` in input, this method finds another prime `p` and constructs an elliptic curve `E/Fp`...