Closed dmihalcik-virtru closed 1 month ago
It looks like go is the only one that does not follow the spec.
JavaScript write:
JavaScript read:
Java write:
Java read:
Python:
For completeness, the opentdf/backend KAS implementation also uses the correct bits:
The spec indicates the low bits [0,2] are used for the curve type enum, but the implementation uses bits [4,6].
Spec:
Implementation: