Skip to content

Implements Elliptic curves crypto

Ghost User requested to merge feature/eccrypto into 1-dpop

This MR adds ECC support to:

  • the create_fake_dpop testing method
  • the signature validation of a DPOP proof
  • the thumbprint computation

It also changed all the custom bytes to Uint conversion with the appropriate methods from PyJWT.

Merge request reports