sha512

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2015 License: BSD-3-Clause, Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package sha512 implements the SHA384 and SHA512 hash algorithms as defined in FIPS 180-2.

Index

Constants

View Source
const BlockSize = 128

The blocksize of SHA512 and SHA384 in bytes.

View Source
const Size = 64

The size of a SHA512 checksum in bytes.

View Source
const Size384 = 48

The size of a SHA384 checksum in bytes.

Variables

This section is empty.

Functions

func New

func New() crypto.ResumableHash

New returns a new crypto.ResumableHash computing the SHA512 checksum.

func New384

func New384() crypto.ResumableHash

New384 returns a new crypto.ResumableHash computing the SHA384 checksum.

func Sum384

func Sum384(data []byte) (sum384 [Size384]byte)

Sum384 returns the SHA384 checksum of the data.

func Sum512

func Sum512(data []byte) [Size]byte

Sum512 returns the SHA512 checksum of the data.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL