Skip to content

Commit

Permalink
add __all__ for scrypt (#11933)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Nov 11, 2024
1 parent da437d1 commit 8c32661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cryptography/hazmat/primitives/kdf/scrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@

Scrypt = rust_openssl.kdf.Scrypt
KeyDerivationFunction.register(Scrypt)

__all__ = ["Scrypt"]

0 comments on commit 8c32661

Please sign in to comment.