change name of algorithm
This commit is contained in:
parent
bc3d3abcd7
commit
aa966b5b93
|
@ -13,7 +13,7 @@ from ereuse_devicehub.resources.user.models import User
|
|||
from ereuse_devicehub.teal.db import CASCADE_OWN
|
||||
|
||||
|
||||
ALGORITHM = "sha3_256"
|
||||
ALGORITHM = "sha3-256"
|
||||
|
||||
|
||||
PROOF_ENUM = {
|
||||
|
|
Reference in New Issue