Skip to content

Commit

Permalink
feat: add back ec for proper support
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkelawala committed Jan 23, 2023
1 parent 02c1f99 commit 649e0aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ export * as merkle from './utils/merkle';
export * as uint256 from './utils/uint256';
export * as shortString from './utils/shortString';
export * as typedData from './utils/typedData';
export * as ec from './utils/ec';
export * from './utils/address';
export * from './utils/url';
2 changes: 2 additions & 0 deletions src/utils/ec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * as stark from '@noble/curves/stark';
export * as weierstrass from '@noble/curves/abstract/weierstrass';

0 comments on commit 649e0aa

Please sign in to comment.