Abstract
This blog is going to install the Golang encryption library named “GoFE”.
1. Install of “GoFE”
First, download and build the library by running the following command,
t716@host01:~$
$ go get -u -t github.com/fentec-project/gofe/...
**Second, **to make sure the library works as expected, we have a double-check,
$ cd $GOPATH/src/github.com/fentec-project/gofe
$ go test -v ./...
2. Usage of “GoFE”
Our project is going to make use of “GoFE”.
First, we prepare an example named “abe1.go” as follows,
$ cd $HOME/joe/abe