File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Verify an [Ed25519](http://en.wikipedia.org/wiki/EdDSA) signature.
77
77
78
78
Name|Type|Description
79
79
:---|:---|:----------
80
- ` privateKey ` |ArrayBuffer|The 33 byte public half of the key used to produce the signature.
80
+ ` publicKey ` |ArrayBuffer|The 33 byte public half of the key used to produce the signature.
81
81
` dataToSign ` |ArrayBuffer|The data that was signed. May be any length.
82
82
` purportedSignature ` |ArrayBuffer|The purported signature to check.
83
83
@@ -126,4 +126,4 @@ Name|Type|Description
126
126
:---|:---|:----------
127
127
` key ` |ArrayBuffer|The 32 byte cipher key used to encrypt the data.
128
128
` ciphertext ` |ArrayBuffer|The data to be decrypted. Should have a length that is a multiple of 16 bytes.
129
- ` iv ` |ArrayBuffer|The 16 byte initialisation vector used to encrypt the data.
129
+ ` iv ` |ArrayBuffer|The 16 byte initialisation vector used to encrypt the data.
You can’t perform that action at this time.
0 commit comments