How to set up golang/crypto with tests

Hi! Could someone please help me with setting up the golang-crypto repo?
I have forked and cloned the repo, but I could not find any documentation on how to build the library and run the tests to validate that my changes don’t break anything.

It might also be the case that we cannot work on this as a standalone library? Please point me to the right way to do this in that case.

Much thanks.

Did you try a simple go build? Does it work?

I see. The individual algorithm implementations have to be built and tested separately. Thanks for your help! This is resolved now.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.