We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf85efc commit 45ec064Copy full SHA for 45ec064
bittensor/core/timelock.py
@@ -1,5 +1,5 @@
1
"""
2
-This module provides functionality for TimeLock Encryption (TLE), a mechanism that encrypts data in a way that it can
+This module provides functionality for TimeLock Encryption (TLE), a mechanism that encrypts data such that it can
3
only be decrypted after a specific amount of time (expressed in the form of Drand rounds). It includes functions
4
for encryption, decryption, and handling the decryption process by waiting for the reveal round. The logic is based on
5
Drand QuickNet.
0 commit comments