mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 14:46:05 -04:00
Moved Link Fernet to internal implementation
This commit is contained in:
parent
5d3a0efc89
commit
4bd5f05e0e
2 changed files with 7 additions and 8 deletions
|
@ -20,13 +20,11 @@
|
|||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
import base64
|
||||
import math
|
||||
import os
|
||||
import RNS
|
||||
import time
|
||||
import atexit
|
||||
import base64
|
||||
import hashlib
|
||||
|
||||
from .vendor import umsgpack as umsgpack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue