@transmute/jose-hpke
v0.0.0
Published
test
Downloads
9
Readme
@transmute/jose-hpke
Questions? Contact Transmute | Transmute VDP | Our Guide | About Transmute
🚧 Warning Experimental 🔥
This project uses unregistered JOSE alg
values.
See this table as proposal for future interoperabilty:
Algorithms
The following table is used to restrict JSON Web Keys.
| jose | cose | mode | kem | kdf | aead | | ------- | ---- | ---- | ------ | ------ | ------ | | HPKE-B0 | 1024 | base | 0x0010 | 0x0001 | 0x0001 | | HPKE-B1 | ... | base | 0x0011 | 0x0002 | 0x0002 |
{
"kty": "EC",
"crv": "P-256",
"alg": "HPKE-B0",
"x": "RGuElrDRaOTXHgOEv4ezdSTQaop_Lbb1doFBjcpRFOw",
"y": "MAa3Kzj9XcF93vMCtUirjwggStYcXXmaCkYLCzZ4st4"
}