jwt-compact icon indicating copy to clipboard operation
jwt-compact copied to clipboard

Investigate key generation as a trait

Open slowli opened this issue 5 years ago • 1 comments

While key parsing / serialization are now encapsulated into SigningKey / VerifyingKey traits, key generation is not covered by any trait.

See #12 for context.

slowli avatar Nov 05 '20 09:11 slowli

Preliminary, seems not worth the effort - the ways to generate keys are too different for different cryptosystems.

slowli avatar May 24 '21 07:05 slowli