# jacobsa-crypto **Repository Path**: ManYu/jacobsa-crypto ## Basic Information - **Project Name**: jacobsa-crypto - **Description**: Go AES-SIV and CMAC. [Maintenence fork] - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-11-03 - **Last Updated**: 2025-11-12 ## 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]: https://godoc.org/github.com/aperturerobotics/jacobsa-crypto/siv [cmac]: https://godoc.org/github.com/aperturerobotics/jacobsa-crypto/cmac This repository was forked from [jacobsa/crypto] for maintenance. [jacobsa/crypto]: https://github.com/jacobsa/crypto