Skip to content

Commit 45ec064

Browse files
Update bittensor/core/timelock.py
Co-authored-by: Cameron Fairchild <[email protected]>
1 parent bf85efc commit 45ec064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/timelock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
This module provides functionality for TimeLock Encryption (TLE), a mechanism that encrypts data in a way that it can
2+
This module provides functionality for TimeLock Encryption (TLE), a mechanism that encrypts data such that it can
33
only be decrypted after a specific amount of time (expressed in the form of Drand rounds). It includes functions
44
for encryption, decryption, and handling the decryption process by waiting for the reveal round. The logic is based on
55
Drand QuickNet.

0 commit comments

Comments
 (0)