jwt-compact
jwt-compact copied to clipboard
Investigate key generation as a trait
While key parsing / serialization are now encapsulated into SigningKey / VerifyingKey traits, key generation is not covered by any trait.
See #12 for context.
Preliminary, seems not worth the effort - the ways to generate keys are too different for different cryptosystems.