We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67c410 commit 9741739Copy full SHA for 9741739
.github/workflows/esp32-test.yml
@@ -68,5 +68,5 @@ jobs:
68
with:
69
name: esp32-test-build
70
path: |
71
- validation/esp32-test/target/release/
+ validation/esp32-test/target
72
retention-days: 30
src/sign/eddsa/ed25519.rs
@@ -26,7 +26,7 @@ impl TryFrom<&PrivateKeyDer<'_>> for Ed25519SigningKey {
26
SigningKey::from_pkcs8_der(der.secret_pkcs8_der())
27
.map_err(|e| format!("failed to decrypt private key: {e}"))
28
}
29
-
+
30
// (chat log from tony in zulip)
31
// Per RFC 8410, only PKCS#8 is supported for ED25519 keys
32
// https://datatracker.ietf.org/doc/html/rfc8410#section-7
0 commit comments