-
Hello,
I did a quick review inside the code, and found the following
`exponentiation = (long(x)**i) % prime`
at https://github.com/onenameio/secret-sharing/blob/master/secretsharing/polynomials.py#L…
calve updated
8 years ago
-
For numbers
-
## Summary
RSA (Rivest-Shamir-Adleman) remains one of the most widely recognized and utilized asymmetric cryptographic algorithms, despite the emergence of more advanced schemes like ECDSA, EdDSA, …
-
For a provider implementation of the RSA algorithm (asym-cipher & signature) one must implement the RSA padding schemes PKCS1, OAEP, PSS, X.931 (and maybe more).
In general, it is a good thing that…
-
The special module currently has the following functions that need implementation or work done.
TODO:
Implement:
- [ ] assoc_laguerre
- [ ] assoc_legendre
- [ ] beta
- [ ] comp_ellint_1
-…
-
See https://nvlabs.github.io/xmp/
-
## Issue will be closed if:
> 1) You mention more than one algorithm. You can create a separate issue for each algorithm once the current one is completed.
> 2) You propose an algorithm that is …
-
An export to Qiskit would be a must-have.
-
-
Non-native arithmetic gadget has now been implemented. Collecting small snippets and improvement ideas for later improvement:
- [x] feat: add Field structure which has methods which return `emulated.…