Skip to content

Commit

Permalink
Export document secret sharing helper function.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Dec 16, 2024
1 parent 1d3a359 commit 922035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nilql/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Allow users to access the functions directly."""
from nilql.nilql import secret_key, encrypt, decrypt
from nilql.nilql import secret_key, encrypt, decrypt, share

0 comments on commit 922035a

Please sign in to comment.