Mischa
Mischa
Was looking for a Rust Jose library to compare with another project I am working on. Found biscuit, saw no support for EdDSA, saw Ring supported it, so I thought...
`tsc -p tsconfig.json` is emitting a bunch of type errors. Seems they are all to do with Native CryptoKey and CryptoKeyPair types being incompatible with those defined in `src/key.ts` Because...
I'm currently working on a project that requires Chacha20/Poly1305 & X25519 for JWE, and ED25519 for JWS for all data sent to the backend, from a browser. Currently it's possible...
* Added a webpack configuration for node that emmits a CommonJS package, for use on Node. * Moved all private functions from `Utils` to a new file, `Operations`, to fix...
I'm currently working on a project that requires Chacha20/Poly1305 & X25519 for JWE, and ED25519 for JWS for all data sent to the backend, from a browser. Currently it's possible...