├── AUTHORS.md ├── CODE_OF_CONDUCT.md ├── LICENSE.txt ├── README.md └── vectors ├── aes.tjson ├── aes_cmac.tjson ├── aes_ctr.tjson ├── aes_pmac.tjson ├── aes_pmac_siv.tjson ├── aes_siv.tjson ├── aes_siv_aead.tjson ├── aes_siv_stream.tjson └── dbl.tjson /AUTHORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/AUTHORS.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/README.md -------------------------------------------------------------------------------- /vectors/aes.tjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/vectors/aes.tjson -------------------------------------------------------------------------------- /vectors/aes_cmac.tjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/vectors/aes_cmac.tjson -------------------------------------------------------------------------------- /vectors/aes_ctr.tjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/vectors/aes_ctr.tjson -------------------------------------------------------------------------------- /vectors/aes_pmac.tjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/vectors/aes_pmac.tjson -------------------------------------------------------------------------------- /vectors/aes_pmac_siv.tjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/vectors/aes_pmac_siv.tjson -------------------------------------------------------------------------------- /vectors/aes_siv.tjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/vectors/aes_siv.tjson -------------------------------------------------------------------------------- /vectors/aes_siv_aead.tjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/vectors/aes_siv_aead.tjson -------------------------------------------------------------------------------- /vectors/aes_siv_stream.tjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/vectors/aes_siv_stream.tjson -------------------------------------------------------------------------------- /vectors/dbl.tjson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/miscreant/meta/HEAD/vectors/dbl.tjson --------------------------------------------------------------------------------