Fix a typo.

This commit is contained in:
akwizgran
2017-11-23 17:34:40 +00:00
parent f3de4f53c5
commit 8b3960781a

View File

@@ -141,7 +141,7 @@ public interface CryptoComponent {
throws GeneralSecurityException; throws GeneralSecurityException;
/** /**
* Signs the given byte[] with the given Ed25519 private keu. * Signs the given byte[] with the given Ed25519 private key.
* *
* @param label A label specific to this signature * @param label A label specific to this signature
* to ensure that the signature cannot be repurposed * to ensure that the signature cannot be repurposed