From d5511b584320c773d2ee442b2273b214c4e97c85 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 24 Sep 2023 18:51:20 +0900 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d90dd0..0879430 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ pip install catpig ```python from catpig.catpig import catpig + derived_key = catpig(password, salt, space_mib, passes, dklen=64) ```