skipjack

package module
v0.0.0-...-f3a984a Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2015 License: MIT Imports: 2 Imported by: 0

README

This library is an implementation of the SKIPJACK encryption algorithm.
Copyright (c) Damian Gryski <damian@gryski.com>
Licensed under the MIT License

SKIPJACK is a cipher with an 80-bit key and a 64-bit block size.

Documentation

Overview

Package skipjack is an implementation of the SKIPJACK encryption algorithm.

References:
http://csrc.nist.gov/groups/ST/toolkit/documents/skipjack/skipjack.pdf

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(key []byte) (cipher.Block, error)

New creates and returns a new cipher.Block implementing the SKIPJACK cipher. The key argument must be 10 bytes.

Types

type KeySizeError

type KeySizeError int

func (KeySizeError) Error

func (k KeySizeError) Error() string

Jump to

Keyboard shortcuts

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