Skip to content

Commit

Permalink
chore: update blst-ts deps
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Feb 6, 2024
1 parent 324d3d0 commit e1db506
Show file tree
Hide file tree
Showing 12 changed files with 762 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion lib/tsconfig.build.tsbuildinfo

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions temp-deps/blst-ts/lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const BLST_CONSTANTS: {
* ```
*/
export class SecretKey implements Serializable {
constructor();
private constructor();
/**
* `fromKeygen` takes two parameters. The first parameter is a salt and is
* required. IKM MUST be at least 32 bytes long, but it MAY be longer. The
Expand All @@ -77,7 +77,7 @@ export class SecretKey implements Serializable {
}

export class PublicKey implements Serializable {
constructor();
private constructor();
static deserialize(pkBytes: BlstBuffer, coordType?: CoordType): PublicKey;
serialize(compress?: boolean): Buffer;
toHex(compress?: boolean): string;
Expand All @@ -86,7 +86,7 @@ export class PublicKey implements Serializable {
}

export class Signature implements Serializable {
constructor();
private constructor();
static deserialize(sigBytes: BlstBuffer, coordType?: CoordType): Signature;
serialize(compress?: boolean): Buffer;
toHex(compress?: boolean): string;
Expand Down
180 changes: 36 additions & 144 deletions temp-deps/blst-ts/src/addon.h

Large diffs are not rendered by default.

Loading

0 comments on commit e1db506

Please sign in to comment.