-
Updated
Jan 16, 2021 - C++
ecc
Here are 186 public repositories matching this topic...
-
Updated
Feb 9, 2021 - CSS
-
Updated
Jul 1, 2021 - Go
-
Updated
Jul 3, 2021 - C++
-
Updated
May 6, 2021 - Go
-
Updated
Jun 15, 2021 - Perl
-
Updated
Jul 24, 2021 - TypeScript
-
Updated
Jul 26, 2021 - TypeScript
-
Updated
Jul 9, 2021 - PHP
-
Updated
Jul 22, 2021 - TypeScript
-
Updated
Dec 2, 2018 - JavaScript
What is wrong?
Really small nit. primitives
is incorrectly spelled primatives
in py_ecc.bls.g2_primatives
-
Updated
Jul 30, 2021 - TypeScript
-
Updated
Jul 28, 2021 - Assembly
-
Updated
Jul 5, 2020 - Java
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
Jun 17, 2021 - Rust
-
Updated
Feb 4, 2020 - Python
-
Updated
Jun 3, 2021 - C
-
Updated
May 15, 2021 - PHP
-
Updated
Jun 8, 2021 - TypeScript
-
Updated
Jun 14, 2018 - JavaScript
-
Updated
Jul 27, 2021 - C
-
Updated
Jul 3, 2021 - 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."
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: