# crypto **Repository Path**: w_g/crypto ## Basic Information - **Project Name**: crypto - **Description**: Go语言实现的一些标准库中没有的加密算法。 SIV 模式, 认证加密。 CMAC, SIV使用的消息认证算法。 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-02-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repository contains Go packages related to cryptographic standards that are not included in the Go standard library. These include: * [SIV mode][siv], which provides deterministic encryption with authentication. * [CMAC][cmac], a message authentication system used by SIV mode. [siv]: http://go.pkgdoc.org/github.com/jacobsa/crypto/siv [cmac]: http://go.pkgdoc.org/github.com/jacobsa/crypto/cmac