RustCrypto / JOSE

Pure Rust implementation of Javascript Object Signing and Encryption (JOSE)
48 stars 10 forks source link

jose-jwk: rename `rcrypto` to `crypto` #38

Closed tarcieri closed 1 year ago

tarcieri commented 1 year ago

Removes the rcrypto-* prefix from feature names; adds a crypto feature which activates p256, p384, and rsa, enabling it by default.