mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-08 08:04:24 +01:00
Addresses requested changes
This commit is contained in:
@@ -35,7 +35,7 @@ class Cryptographer:
|
||||
"Creating new blob.",
|
||||
master_key=hexlify(master_key).decode(),
|
||||
sk=hexlify(sk).decode(),
|
||||
nonce=hexlify(sk).decode(),
|
||||
nonce=hexlify(nonce).decode(),
|
||||
encrypted_blob=encrypted_blob.data,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user