jedisct1 / libsodium

A modern, portable, easy to use crypto library.
https://libsodium.org
Other
12.06k stars 1.72k forks source link

chore: fix typos #1364

Closed xiaoxianBoy closed 3 months ago

xiaoxianBoy commented 3 months ago

fix a typo: passwore->password

jedisct1 commented 3 months ago

Not a typo. This is the same hash as the previous test, with an intentionally wrong input. The purpose of the test is to check that verification doesn't pass, even with a small difference.

xiaoxianBoy commented 3 months ago

ok, ths