Skip to content

Commit

Permalink
Fix API docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 16, 2015
1 parent 691c539 commit addb47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/argon2/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class Type(Enum):
D = lib.Argon2_d
"""
Argon2\ **d** is faster and uses data-depending memory access, which makes
it suitable for cryptocurrencies and applications with no threats from
side-channel timing attacks.
it less suitable for hashing secrets and more suitable for cryptocurrencies
and applications with no threats from side-channel timing attacks.
"""
I = lib.Argon2_i
"""
Expand Down

0 comments on commit addb47e

Please sign in to comment.