-
secp224k1 has a modulus that is larger than the base field size. This will probably be a big breaking change
-
https://datatracker.ietf.org/doc/rfc5753 Use of Elliptic Curve Cryptography (ECC) Algorithms
in Cryptographic Message Syntax (CMS) is implemented in bouncycastle and there is a nice example here:
ht…
-
Since LispChain will almost certainly use Elliptic Curve cryptography to make the platform more secure, elliptic curve libraries need to be implemented. These should be general enough that any ellipti…
-
multi-party-ecdsa used to work with several curves by specifying certain features. Currently, curve is fixed: we use secp256k1.
Choice of curve may be added by introducing generic parameters to al…
-
The issue with having a single key per embedded elliptic curve is that the Bitcoin processor (if compromised) leaks the decryption key for the Ethereum processor (as they're one in the same).
-
The RustCrypto project is collecting many popular and widely-used elliptic curves into a central repository for ease of use and high maintainability. [This issue](https://github.com/RustCrypto/ellipti…
-
We currently support only RSA keys in certificates when specifying --certificate-private-key-file.
The advantage of using EC keys would be that the key is much smaller for the same security level (EC…
-
We should add a table recording when pairs of elliptic curves are N-congruent, and then display the results on elliptic curve homepages (and possibly add search functionality).
-
For the purpose of verifying MRTD (biometric passport) trust-chain, I'm using `cryptography` to verify signatures of CSCA and DSC x509 certificates issued by some countries . These certificates don't …
smlu updated
9 months ago
-
Currently, only `rsa` crate has high-level functions documented that allow to load form PEM, DER, etc formats. But I found nothing of the kind in the elliptic_curve's documentation.
It would be nic…