Skip to content

Commit

Permalink
Correct parameter name in doc comment of Sodium.vld
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-howe committed Nov 16, 2021
1 parent 001a3c4 commit 3337a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sodium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export function Sodium_init(sodium: any): any { return class Sodium {

/**
* Determine whether a given byte array constitutes a valid Ristretto255 point.
* @param {Uint8Array} m Byte array representing a Ristretto255 point candidate.
* @param {Uint8Array} p Byte array representing a Ristretto255 point candidate.
* @returns {boolean} Returns `true` if the point candidate is valid, otherwise `false`.
*/
static vld(p: Uint8Array): boolean {
Expand Down

0 comments on commit 3337a9f

Please sign in to comment.