Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d3ee59d
Read public key from FHEOS http server
tovi-fhe Jan 5, 2025
11a516e
Add fix/workaround for permits with nodejs
tovi-fhe Jan 8, 2025
7ce212e
Fix build conflicts
architect-dev Jan 15, 2025
5ea003d
fhenixsdk fetch publicKey from CoFHE when InitParam field `isCoFhe` i…
architect-dev Jan 15, 2025
fde2dd1
Fix import
architect-dev Jan 16, 2025
59c305e
Start work on coFHE encrypt pipeline
architect-dev Jan 16, 2025
e525365
Create `CoFheEncrypted____` types, create `coFheEncrypt` function tha…
architect-dev Jan 16, 2025
7093673
Fix `fhenixsdk:encrypt` return types
architect-dev Jan 16, 2025
178fa6f
Remove logs, guard `encryptValue` from use in CoFHE env
architect-dev Jan 16, 2025
9cfd00e
Fix type errors
architect-dev Jan 16, 2025
38d0c07
Merge pull request #1 from FhenixProtocol/cofhe
architect-dev Jan 21, 2025
21c77f5
First pass at restructuring. most V2 tests still passing, need to fig…
architect-dev Jan 21, 2025
eca9af7
More structuring work, extract types, fix type errors
architect-dev Jan 22, 2025
9ee7e92
Remove outdated tests
architect-dev Jan 22, 2025
a06619f
Fix expected typed encrypt output
architect-dev Jan 22, 2025
8b2cfa5
Tests passing (some commented though)
architect-dev Jan 22, 2025
fb93f7d
Test encrypt arr and object. CoFHE encrypting working
architect-dev Jan 22, 2025
04cb37e
Remove logs
architect-dev Jan 22, 2025
e062984
Change package name
tovi-fhe Jan 23, 2025
0f1c40d
Add prepare script
tovi-fhe Jan 23, 2025
6cde6ff
Update package.json script
tovi-fhe Jan 23, 2025
10b0a25
Update git ignore
tovi-fhe Jan 23, 2025
ea02112
Add tfhe files for commonjs
tovi-fhe Jan 23, 2025
09f55a5
Add more fhe files
tovi-fhe Jan 23, 2025
2991c29
Fix getChainIdFromProvider
tovi-fhe Jan 23, 2025
f238981
add removed files
tovi-fhe Jan 25, 2025
73a0c76
Remove prepare script
tovi-fhe Jan 26, 2025
de7f69b
Add dist folder and update lib files
tovi-fhe Jan 26, 2025
0f06eda
Align the encrypt input across all the encryption types (accept numbe…
tovi-fhe Jan 26, 2025
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,5 @@ bundle/

# ide stuff
.idea/
/dist
/lib
Loading
Loading