Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! add support f…
Browse files Browse the repository at this point in the history
…or mongodb Client Side Field Level Encryption (CSFLE)
  • Loading branch information
dill0wn committed Sep 12, 2024
1 parent acf88ac commit f2810c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ming/tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def push_seed(seed):
random.setstate(rstate)


@staticmethod
def make_encryption_key(seed=__name__):
with push_seed(seed):
return base64.b64encode(os.urandom(96)).decode('ascii')
Expand Down

0 comments on commit f2810c4

Please sign in to comment.