-
Updated
Dec 9, 2021 - C++
ecc
Here are 210 public repositories matching this topic...
-
Updated
Jan 3, 2022 - CSS
-
Updated
Apr 8, 2022 - Go
-
Updated
Apr 2, 2022 - C++
-
Updated
Mar 4, 2022 - Go
-
Updated
Oct 1, 2021 - Perl
-
Updated
Mar 30, 2022 - TypeScript
-
Updated
Mar 27, 2022 - TypeScript
4-dim and 8-dim GLS
-
Updated
Jan 25, 2022 - PHP
-
Updated
Mar 27, 2022 - TypeScript
This is a good first issue for someone who wants to get into OSS/TPM development.
We need a simple example to show TPM signature verification.
We already have examples for TPM2_Quote and TPM2_GetTime that can be used to generate signed TPM blob(data).
Details:
- Both TPM2_Quote and TPM2_GetTime produce similar output using TPM2B_ATTEST and TPMT_SIGNATURE structures.
- The TPMT_SIGNATU
-
Updated
Mar 31, 2022 - TypeScript
-
Updated
Dec 2, 2018 - JavaScript
What is wrong?
Really small nit. primitives is incorrectly spelled primatives in py_ecc.bls.g2_primatives
-
Updated
Jan 14, 2022 - Rust
-
Updated
Jul 5, 2020 - Java
-
Updated
Dec 4, 2021 - C
Hi! Looks promising. I tried it out as :
git clone https://github.com/cubbit/enigma.git
cd enigma
npm install
everything seem to go alright until the install runs node-gyp rebuild :
make: Entering directory `/var/www/html/valg/lib/enigma/build'
ACTION Prepare dependencies /var/www/html/valg/lib/enigma/dependencies
Error: Unsupported arch: ia32 - linux
at depen
-
Updated
Feb 4, 2020 - Python
-
Updated
Apr 9, 2022 - TypeScript
-
Updated
Apr 20, 2022 - PHP
-
Updated
Mar 6, 2022 - C
-
Updated
Feb 28, 2022 - C
-
Updated
Jan 28, 2022 - JavaScript
How easy would it be to change the library to have versions of the encode and decode functions where the payload JSON was provided / returned just as the JSON text?
There are other good JSON generation / parsing libraries available, and some people may wish to use them to generate or process the payload, rather than the built in claim processing.
Improve this page
Add a description, image, and links to the ecc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ecc topic, visit your repo's landing page and select "manage topics."
Similarly to BLS12 curves, BLS24 Miller loop counter is the curve seed
u. Although this seed is 32 bits (half the size of BLS12 seeds), the BLS24 Miller loop is slower. This is mainly because the most costly operations encountered in the Miller loop computation are those that take place in the full extension fieldFp24. Implementing this paper's [CBNW10]