Skip to content

sashabaranov/libhydrogen-go

 
 

Repository files navigation

libhydrogen-go

Golang wrapper for libhydrogen.

Usage

If libhydrogen is already installed system-wide, just go get the project and import libhydrogen-go like anything else. Otherwise, you may build libhydrogen.a inside the submodule directory.

go get github.com/someburner/libhydrogen-go

# to build inside submodule, or run the examples
cd github.com/someburner/libhydrogen-go
make libhydrogen

# go run tests/main.go
make run

Examples

See example.

Links

Credits

Several methods in core.go taken from libsodium-go.

About

Golang wrapper for libhydrogen

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.8%
  • Makefile 1.6%
  • Shell 0.6%