[ 原始碼: golang-github-jacobsa-crypto ]
套件:golang-github-jacobsa-crypto-dev(0.0~git20190317.9f44e2d dfsg1-3)
golang-github-jacobsa-crypto-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-jacobsa-crypto:
- [golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d dfsg1-3.dsc]
- [golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d dfsg1.orig.tar.xz]
- [golang-github-jacobsa-crypto_0.0~git20190317.9f44e2d dfsg1-3.debian.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