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 e1e8930 commit 0e20c68Copy full SHA for 0e20c68
packages/identity/src/index.ts
@@ -62,7 +62,7 @@ export class Identity {
62
63
/**
64
* Returns the secret scalar.
65
- * @returns The secret scalar as a string.
+ * @returns The secret scalar as a bigint.
66
*/
67
public get secretScalar(): bigint {
68
return this._secretScalar
@@ -78,7 +78,7 @@ export class Identity {
78
79
80
* Returns the commitment hash of the public key.
81
- * @returns The commitment as a string.
+ * @returns The commitment as a bigint.
82
83
public get commitment(): bigint {
84
return this._commitment
0 commit comments