一个提供各种密码实现的Golang库

54 阅读1分钟

密码人

Godoc Release Build

一个提供各种密码实现的Golang库。

使用方法

参见chacha20poly1305_test.go,x25519xchacha20poly1305_test.goecdhxchacha20poly1305_test.go

测试

# Test everything:
make test

# For BDD development:
# It will open a new browser window. Make sure:
#   1. There is no errors on the terminal window.
#   2. There is no other open GoConvey page.
make test-ui

# Benchmarks
make test-benchmarks

发布

# Update and commit CHANGELOG.md first (i.e. git add CHANGELOG.md && git commit -m "v1.0.0").
# Set GIT_TAG using semver (i.e. GIT_TAG=v1.0.0)
make release GIT_TAG=