bryant / argon2rs

The pure-Rust password hashing library running on Argon2.
MIT License
174 stars 19 forks source link

Fix formatting of exponents #28

Closed vks closed 6 years ago

vks commented 7 years ago

Use 2^32 - 1 instead of 2^32-1, because the latter looks like 2^(32 - 1) in the generated HTML documentation.

bryant commented 6 years ago

I would like to merge this. Would you mind rebasing your branch onto the latest version of master as well as formatting the commit message body to fit within eighty columns?

bryant commented 6 years ago

Merged. See #33. Thank you for catching this.