Skip to content

Commit 773d0eb

Browse files
Export image_signature in kha256 module
Added image_signature to the list of exported functions.
1 parent e2619c7 commit 773d0eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

kha256/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
generate_compact_hwid,
128128
generate_secure_hwid,
129129
simple_hmac,
130+
image_signature,
130131
)
131132

132133
# Testing and benchmarking functions
@@ -318,6 +319,7 @@
318319
"verify_password",
319320
"batch_hash_secure",
320321
"batch_hash_xxh64",
322+
"image_signature",
321323

322324
# Quick hash functions
323325
"quick_hash",

0 commit comments

Comments
 (0)