Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/identity/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class Identity {

/**
* Returns the secret scalar.
* @returns The secret scalar as a string.
* @returns The secret scalar as a bigint.
*/
public get secretScalar(): bigint {
return this._secretScalar
Expand All @@ -78,7 +78,7 @@ export class Identity {

/**
* Returns the commitment hash of the public key.
* @returns The commitment as a string.
* @returns The commitment as a bigint.
*/
public get commitment(): bigint {
return this._commitment
Expand Down