You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this function creates a public key from a given private one,
reflect this in the function comment header as well as the name.
Signed-off-by: Pascal Nasahl <nasahlpa@lowrisc.org>
Copy file name to clipboardExpand all lines: doc/security/cryptolib/cryptolib_api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -469,7 +469,7 @@ Each party should generate a key pair, exchange public keys, and then generate t
469
469
470
470
For Ed25519 (a curve-specialized version of EdDSA, the Edwards curve digital signature algorithm), the cryptography library supports keypair generation, signature generation, and signature verification.
0 commit comments