-
Updated
Dec 9, 2021 - C++
ecc
Here are 207 public repositories matching this topic...
-
Updated
Jan 3, 2022 - CSS
-
Updated
Jan 23, 2022 - Go
-
Updated
Feb 5, 2022 - C++
-
Updated
Oct 26, 2021 - Go
-
Updated
Oct 1, 2021 - Perl
-
Updated
Feb 22, 2022 - TypeScript
-
Updated
Feb 14, 2022 - TypeScript
-
Updated
Jan 25, 2022 - PHP
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Dec 9, 2021 - 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
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
Oct 24, 2021 - PHP
-
Updated
Feb 11, 2022 - TypeScript
-
Updated
Oct 9, 2021 - C
-
Updated
Jan 28, 2022 - JavaScript
-
Updated
Feb 16, 2022 - C
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."


Currently, gnark-crypto implements twisted Edwards arithmetic in affine coordinates and projective coordinates. We should implement extended coordinates as they allow faster arithmetic out-circuit.