aes

package
v0.0.0-...-e61308d Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2017 License: MIT Imports: 6 Imported by: 1

Documentation

Overview

Package aes implements AES128 ECB hashing

Index

Constants

View Source
const BlockSize = 16

Variables

This section is empty.

Functions

func NewCipher

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

Construct a new instance. see crypto/aes returning a block cipher that satisfies the crypto/cipher.Block interface

Types

type KeySizeError

type KeySizeError int

Here for compatibility with 'crypto/aes'

func (KeySizeError) Error

func (k KeySizeError) Error() string

Here for compatibility with 'crypto/aes'

Jump to

Keyboard shortcuts

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