From 20a441870be8dce22cb9cc2046b3c6cb3736e629 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 20 Feb 2019 23:48:45 +0800 Subject: add ed25519 PKCS8 and subjectPublicKeyInfo vectors (#4719) * add ed25519 PKCS8 and subjectPublicKeyInfo vectors * line length fix --- vectors/cryptography_vectors/asymmetric/Ed25519/ed25519-pub.pem | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vectors/cryptography_vectors/asymmetric/Ed25519/ed25519-pub.pem (limited to 'vectors/cryptography_vectors/asymmetric/Ed25519/ed25519-pub.pem') diff --git a/vectors/cryptography_vectors/asymmetric/Ed25519/ed25519-pub.pem b/vectors/cryptography_vectors/asymmetric/Ed25519/ed25519-pub.pem new file mode 100644 index 00000000..9749b691 --- /dev/null +++ b/vectors/cryptography_vectors/asymmetric/Ed25519/ed25519-pub.pem @@ -0,0 +1,3 @@ +-----BEGIN PUBLIC KEY----- +MCowBQYDK2VwAyEA11qYAYKxCrfVS/7TyWQHOg7hcvPapiMlrwIaaPcHURo= +-----END PUBLIC KEY----- -- cgit v1.2.3