GitXplorerGitXplorer
j

crypto

public
32 stars
20 forks
6 issues

Commits

List of commits on branch master.
Unverified
9f44e2d11115452dad8f404f029574422855f46a

Fix function comments based on best practices from Effective Go

CCodeLingoBot committed 6 years ago
Unverified
d95898ceee0769dac9bf74c46f8f68d3d3d79100

Add support for mips and mipsle (32bit)

sselvakn committed 6 years ago
Unverified
c73681c634de898c869684602cf0c0d2ce938c4d

change links from go.pkgdoc.org to godoc.org

rradii committed 7 years ago
Unverified
293ce0c192fb4f59cd879b46544922b9ed09a13a

Merge pull request #7 from mwhudson/patch-1

jjacobsa committed 8 years ago
Unverified
e7a907a814d5c104f87bf371bd4f27a96ed310f9

Add justifications for attempting unaligned access

mmwhudson committed 8 years ago
Unverified
8d51488f1e290eaa0c3cee55b04e37e649910498

Add build tags for other 64 bit architectures

mmwhudson committed 8 years ago

README

The README file for this repository.

This repository contains Go packages related to cryptographic standards that are not included in the Go standard library. These include:

  • SIV mode, which provides deterministic encryption with authentication.

  • CMAC, a message authentication system used by SIV mode.