Documentation ¶
Overview ¶
Package groestl implements Grøstl-256 algorithm.
This Go implementation is a port of the original C implementation which is included in Monero as follows:
src/crypto/groestl.c src/crypto/groestl.h src/crypto/groestl_tables.h
Most comments in the original file are copied as well.
In this implementation, we assume all bytes are full.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.