Skip to content

Commit

Permalink
change strcuture
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyul-ryu committed Nov 23, 2023
1 parent a797480 commit 98d5a0b
Show file tree
Hide file tree
Showing 46 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -544,5 +544,5 @@ Cargo.lock
.python-version
*.so
etc
cache
#cache
*.ipynb
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ repository = "https://github.com/desilo/liberate"
license = "BSD-3-Clause-Clear"
keywords = ["DESILO", "liberate", "homomorphic encryption", "CKKS", "random number generation"]
exclude = [
"liberate/csprng/setup.py",
"liberate/csprng/*.cu",
"liberate/csprng/*.cpp",
"liberate/csprng/*.h",
"liberate/ntt/*.cpp",
"liberate/ntt/*.cu",
"src/liberate/csprng/setup.py",
"src/liberate/csprng/*.cu",
"src/liberate/csprng/*.cpp",
"src/liberate/csprng/*.h",
"src/liberate/ntt/*.cpp",
"src/liberate/ntt/*.cu",
"liberate/ntt/setup.py"
]
include = [
"liberate/csprng/*.so",
"liberate/ntt/*.so"
"src/liberate/csprng/*.so",
"src/liberate/ntt/*.so"
]

[tool.poetry.dependencies]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 98d5a0b

Please sign in to comment.