Documentation
¶
Overview ¶
Package krcrypt is an implementation of ciphers from Korea Internet Security Agency.
Copyright (c) Damian Gryski <damian@gryski.com> Licensed under the MIT License
The library includes HIGHT, SEED, and ARIA.
These ciphers are used almost exclusively inside Korea.
For more information on these ciphers, please see: http://seed.kisa.or.kr/kor/main.jsp
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewARIA ¶
NewARIA creates and returns a cipher.Block implementing ARIA. The key argument should be 16/24/32 bytes.
Types ¶
type KeySizeError ¶
type KeySizeError int
KeySizeError is returned for invalid key sizes
func (KeySizeError) Error ¶
func (k KeySizeError) Error() string
Click to show internal directories.
Click to hide internal directories.