sm4

package
v1.0.2065 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const BlockSize = 16

BlockSize the sm4 block size in bytes.

View Source
const KeySchedule = 32

Variables

This section is empty.

Functions

func NewCipher

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

NewCipher creates and returns a new cipher.Block. key is 16 bytes, so 32 bytes is used half bytes. so the cipher use 16 bytes key. key bytes and src bytes is BigEndian type.

Types

type KeySizeError

type KeySizeError int

error for key size

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