mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:45:52 +08:00
Switch SHA512 implementation to use the one from hashlib
CURA-5744
This commit is contained in:
parent
506ec5109d
commit
0ccbabd857
@ -2,7 +2,7 @@
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
import json
|
||||
import random
|
||||
from _sha512 import sha512
|
||||
from hashlib import sha512
|
||||
from base64 import b64encode
|
||||
from typing import Optional
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user