Skip to content

Commit c8f0a59

Browse files
gberaudoamol-
authored andcommitted
Add missing has_aes property to nsscrypto module
1 parent b0d5c5d commit c8f0a59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: beaker/crypto/nsscrypto.py

+2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ def aesDecrypt(data, key):
4141

4242
return l1 + l2
4343

44+
has_aes = True
45+
4446
def getKeyLength():
4547
return 32

0 commit comments

Comments
 (0)