#ed25519 #pkcs8 #cellar

cellar-pkcs8

Pkcs8 support for ed25519 key

1 unstable release

0.1.0 Mar 13, 2021

#1999 in Development tools

MIT license

31KB
536 lines

PKCS8 support

This code is derived from: https://github.com/briansmith/ring/blob/main/src/pkcs8.rs. It added ed25519 support.

License

cellar-pkcs8 is distributed under the terms of MIT.

See LICENSE for details.


lib.rs:

PKCS#8 is specified in RFC 5958.

Dependencies

~27KB