The Wayback Machine - https://web.archive.org/web/20210801112222/https://github.com/topics/ecc
Skip to content
#

ecc

Here are 186 public repositories matching this topic...

Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatures, ECDSA, EdDSA
  • Updated Feb 9, 2021
  • CSS
tomoveu
tomoveu commented Mar 18, 2021

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
davidkonrad
davidkonrad commented Mar 22, 2019

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
firthmj
firthmj commented Jan 21, 2021

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.

Curate this topic

Add this topic to your repo

To associate your repository with the ecc topic, visit your repo's landing page and select "manage topics."

Learn more