tfpauly / privacy-proxy

Specifications for Privacy Proxy Implementations
Other
29 stars 11 forks source link

Deal with variable-length ECDSA signatures #164

Closed chris-wood closed 2 years ago

chris-wood commented 2 years ago

We could just choose to encode ECDSA signatures in a separate format, like r || s, where r and s are both fixed-length 384-bit integers.

cc @FredericJacobs