[ ソース: golang-github-secure-io-sio-go ]
パッケージ: golang-github-secure-io-sio-go-dev (0.3.1-2)
golang-github-secure-io-sio-go-dev に関するリンク
Debian の資源:
golang-github-secure-io-sio-go ソースパッケージをダウンロード:
- [golang-github-secure-io-sio-go_0.3.1-2.dsc]
- [golang-github-secure-io-sio-go_0.3.1.orig.tar.gz]
- [golang-github-secure-io-sio-go_0.3.1-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Authenticated encryption for streams in Go (library)
The sio package implements provable secure authenticated encryption for continuous byte streams. It splits a data stream into L bytes long fragments and en/decrypts each fragment with an unique key-nonce combination using an AEAD. For the last fragment the construction prefixes the associated data with the 0x80 byte (instead of 0x00) to prevent truncation attacks.
その他の golang-github-secure-io-sio-go-dev 関連パッケージ
|
|
|
|
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-sys-dev
- Low-level interaction with the operating system