File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141** The second** , if you use Linux x64 or Darwin x64 architecture, you can use the pre-built crypto binaries
4242for Linux:
4343``` bash
44- CRYPTO_LIB=virgil-crypto-2.4.3 -go-linux-x86_64.tgz
44+ CRYPTO_LIB=virgil-crypto-2.4.4 -go-linux-x86_64.tgz
4545```
4646or for MacOS:
4747``` bash
48- CRYPTO_LIB=virgil-crypto-2.4.3 -go-darwin-17.4 -x86_64.tgz
48+ CRYPTO_LIB=virgil-crypto-2.4.4 -go-darwin-17.5 -x86_64.tgz
4949```
5050
5151and then install the library:
5252
5353``` bash
5454go get -u -d gopkg.in/virgilsecurity/virgil-crypto-go.v5
55- wget https://cdn.virgilsecurity.com/crypto- go/$CRYPTO_LIB
55+ wget https://cdn.virgilsecurity.com/virgil-crypto/ go/$CRYPTO_LIB
5656tar -xvf $CRYPTO_LIB --strip-components=1 -C $( go env GOPATH) /src/gopkg.in/virgilsecurity/virgil-crypto-go.v5/
5757```
5858
You can’t perform that action at this time.
0 commit comments