about summary refs log tree commit diff stats
path: root/gba/source/sha2.h
Commit message (Collapse)AuthorAgeFilesLines
* Added identifying hash to Pokémon data structureKelly Rauchenberger2017-09-101-0/+74
The purpose of this hash is described in detail in pokemon.h. The hash is computed using an implementation of SHA-224. To allow the GBA sufficient time to compute this hash, a delay of 5 milliseconds was introduced on the GC side before reading a Pokémon.