Skip to content

Commit

Permalink
chore() use latest version of tfhe package
Browse files Browse the repository at this point in the history
  • Loading branch information
immortal-tofu committed Aug 23, 2023
1 parent f5e328f commit 16873e9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"ethers": "^6.6.4",
"libsodium": "^0.7.11",
"libsodium-wrappers": "^0.7.11",
"node-tfhe": "^0.3.0-beta.0",
"node-tfhe": "^0.3.1",
"sha3": "^2.1.4",
"tfhe": "^0.3.0-beta.0"
"tfhe": "^0.3.1"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/tfhe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { toHexString } from './utils';

export const createTfheKeypair = () => {
const block_params = new ShortintParameters(
ShortintParametersName.PARAM_SMALL_MESSAGE_2_CARRY_2_COMPACT_PK,
ShortintParametersName.PARAM_MESSAGE_2_CARRY_2_COMPACT_PK_PBS_KS,
);
let config = TfheConfigBuilder.all_disabled()
.enable_custom_integers(block_params)
Expand Down

0 comments on commit 16873e9

Please sign in to comment.