You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -296,7 +296,7 @@ it with `java -jar modules/benchmark-jmh/target/benchmark-jmh-x.y.z-full.jar`.
296
296
### Test Vectors and Reference Implementations
297
297
298
298
This implementation is tested against the bcrypt implementation jBcrypt and Bouncy Castle. It includes test vectors
299
-
found in the test cases of bcrypt and [various](https://stackoverflow.com/a/12761326/774398)[places](http://openwall.info/wiki/john/sample-hashes)[on](http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_blowfish/wrapper.c?rev=HEAD)[the web](https://bitbucket.org/vadim/bcrypt.net/src/464c41416dc9/BCrypt.Net.Test/TestBCrypt.cs?fileviewer=file-view-default). Additionally I [created a reference test suite](https://github.com/patrickfav/bcrypt/wiki/Published-Test-Vectors) for regression tests and to check compatibility with
299
+
found in the test cases of bcrypt and [various](https://stackoverflow.com/a/12761326/774398)[places](http://openwall.info/wiki/john/sample-hashes)[on](http://cvsweb.openwall.com/cgi/cvsweb.cgi/Owl/packages/glibc/crypt_blowfish/wrapper.c?rev=HEAD)[the web](https://github.com/BcryptNet/bcrypt.net/blob/main/src/BCrypt.Net.UnitTests/BCryptTests.cs). Additionally I [created a reference test suite](https://github.com/patrickfav/bcrypt/wiki/Published-Test-Vectors) for regression tests and to check compatibility with
0 commit comments