Skip to content

Commit

Permalink
Merge pull request #17 from iden3/bump/v1.0.3
Browse files Browse the repository at this point in the history
expose random bytes generation
  • Loading branch information
vmidyllic authored Oct 31, 2023
2 parents 31b3de9 + a76eb66 commit 15c28bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iden3/js-crypto",
"version": "1.0.2",
"version": "1.0.3",
"description": "Crypto primitives for iden3",
"source": "./src/index.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export * from './hex';
export * from './blake';
export * from './base58';
export * from './sha256';
export { utils as ffUtils } from './ff';
export { utils as ffUtils, getRandomBytes } from './ff';

0 comments on commit 15c28bc

Please sign in to comment.