[ ソース: 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