diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-04-27 21:08:30 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-05 12:27:20 -0400 |
commit | 45621fe96644e4e15b421ef665be841ab324564e (patch) | |
tree | d48fb4fb93b74013d5695eb591f27f13484c8f66 /tests/_support/ed448.key | |
parent | 162213fa1a4551bd955134c97ca5276a5f29e907 (diff) |
Enhance PKey.from_path and test it better
Diffstat (limited to 'tests/_support/ed448.key')
-rw-r--r-- | tests/_support/ed448.key | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/_support/ed448.key b/tests/_support/ed448.key new file mode 100644 index 00000000..887b51c6 --- /dev/null +++ b/tests/_support/ed448.key @@ -0,0 +1,4 @@ +-----BEGIN PRIVATE KEY----- +MEcCAQAwBQYDK2VxBDsEOcvcl9IoD0ktR5RWtW84NM7O2e4LmD2cWfRg7Wht/OA9 +POkmRW12VNvlP6BsXKir5yygumIjD91SQQ== +-----END PRIVATE KEY----- |