sha512

package standard library
go1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2012 License: BSD-3-Clause Imports: 2 Imported by: 24,047

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() hash.Hash

New returns a new hash.Hash computing the SHA512 checksum.

func New384

func New384() hash.Hash

New384 returns a new hash.Hash computing the SHA384 checksum.

Types

This section is empty.

Jump to

Keyboard shortcuts

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