-
After reading the article and the code, I have some questions about the key generation. Do I need to generate the g1, g2, gt for my model? or I can use the same generator as you used in your code?
…
-
Hi all!
Together with my colleagues, we are implementing a pallet for distributed key generation (DKG) and a randomness beacon pallet using keys generated by the DKG. We are supported by [a Web3 gr…
-
According to the [results of the competition](https://medium.com/@chia.net/chia-vdf-competition-round-1-results-and-announcements-5d0479663816) the GMP dependency is a performance bottleneck. It shoul…
-
KeePassHttp uses AES in CBC mode, which is malleable. The nonce based authentication doesn't prevent this either (if it is supposed to be a MAC, it is badly broken). Using AES in GCM mode prevents the…
-
I was wondering if lazy reductions are possible to speed up the EC operations.
This is as far as I can tell relevant for affine, Jacobian and projective formulas, where intermediate terms are comp…
-
There are three components necessary for a post-quantum Zcash:
- a plausibly post-quantum [PPQ] public key encryption scheme;
- reanalysis of symmetric crypto parameter choices against quantum attac…
daira updated
10 months ago
-
This is an exhaustive list, not everything is needed
1. All hash functions in https://github.com/coruus/sphlib (SHA3 candidates)
2. All finalists hash functions in https://github.com/bsdphk/PHC (pas…
-
Privacy has not started to be taken into account in the ARF 1.4. The minimum would be to include the two following properties as mandatory objectives of the architecture:
1. Full unlinkability
2. Ev…
-
Hello,
Thank you so much for the FE library in Python! It is much needed 👍🏼. I was wondering whether support for operations over float points could be added in the FE library.
Thanks in advance.
-
### Verification
- [X] I searched for similar bug reports and found none was relevant.
### What happened?
Secure bonding on iOS can't be manually initiated, and requires and encrypted characteristi…
xan-m updated
2 years ago