[ bianca ]
[ 源代码: golang-github-jacobsa-crypto ]
软件包:golang-github-jacobsa-crypto-dev(0.0~git20190317.9f44e2d+dfsg1-4.1)
golang-github-jacobsa-crypto-dev 的相关链接
下载源码包 golang-github-jacobsa-crypto:
- [golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d+dfsg1-4.1.debian.tar.xz]
- [golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d+dfsg1-4.1.dsc]
- [golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d+dfsg1.orig.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Some Go cryptography routines that are not included in the Go standard library
This repository contains Go packages related to cryptographic standards that are not included in the Go standard library. These include: • SIV mode (http://go.pkgdoc.org/github.com/jacobsa/crypto/siv),
which provides deterministic encryption with authentication.• CMAC (http://go.pkgdoc.org/github.com/jacobsa/crypto/cmac),
a message authentication system used by SIV mode.
其他与 golang-github-jacobsa-crypto-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-jacobsa-oglematchers-dev
- matchers for testing/mocking frameworks such as ogletest
-
- dep: golang-github-jacobsa-ogletest-dev
- unit testing framework for Go