x/crypto/ssh: test cipher implementations against known good input/output data #25214
Labels
Milestone
Comments
I think I am missing something, but the underscore before importing math/bits makes the build fail. |
@sabin-rapan are you using an old version of the compiler? I think |
@mundaym you are right. It was my bad. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I apply the following patch to the cipher.go file the tests still pass. It would be nice to catch this kind of error so we can refactor this code and have some confidence we haven't broken it.
The text was updated successfully, but these errors were encountered: