[AURORA: A Cryptographic Hash Algorithm Family] ./ |-- AURORA.html |-- Additional_Implementation : C code (compact) | |-- aurora_compact.c : source code | |-- aurora_compact.h : header file | |-- testKAT_aurora_compact.c : test programs | `-- testKAT_aurora_compactMCR.c : test programs for MCR functions | |-- KAT_MCT | |-- ExtremelyLongMsgKAT_224.txt : KAT (Extremely long message) for AURORA-224 | |-- ExtremelyLongMsgKAT_224M.txt : for AURORA-224M | |-- ExtremelyLongMsgKAT_256.txt : for AURORA-256 | |-- ExtremelyLongMsgKAT_256M.txt : for AURORA-256M | |-- ExtremelyLongMsgKAT_384.txt : for AURORA-384 | |-- ExtremelyLongMsgKAT_512.txt : for AURORA-512 | | | |-- LongMsgKAT_224.txt : KAT (Long message) for AURORA-224 | |-- LongMsgKAT_224M.txt : for AURORA-224M | |-- LongMsgKAT_256.txt : for AURORA-256 | |-- LongMsgKAT_256M.txt : for AURORA-256M | |-- LongMsgKAT_384.txt : for AURORA-384 | |-- LongMsgKAT_512.txt : for AURORA-512 | | | |-- MonteCarlo_224.txt : MCT for AURORA-224 | |-- MonteCarlo_224M.txt : for AURORA-224M | |-- MonteCarlo_256.txt : for AURORA-256 | |-- MonteCarlo_256M.txt : for AURORA-256M | |-- MonteCarlo_384.txt : for AURORA-384 | |-- MonteCarlo_512.txt : for AURORA-512 | | | |-- ShortMsgKAT_224.txt : KAT (Short message) for AURORA-224 | |-- ShortMsgKAT_224M.txt : for AURORA-224M | |-- ShortMsgKAT_256.txt : for AURORA-256 | |-- ShortMsgKAT_256M.txt : for AURORA-256M | |-- ShortMsgKAT_384.txt : for AURORA-384 | `-- ShortMsgKAT_512.txt : for AURORA-512 | |-- Optimized_32bit : C code optimized for 32-bit processors | |-- aurora_opt32.c : source code | |-- aurora_opt32.h : header file | `-- testKAT_aurora_opt32.c : test programs | |-- Optimized_64bit : C code optimized for 64-bit processors | |-- aurora_opt64.c : source code | |-- aurora_opt64.h : header file | `-- testKAT_aurora_opt64.c : test programs | |-- README : This file | |-- Reference_Implementation : C code (reference) | |-- aurora_ref.c : source code | |-- aurora_ref.h : header file | |-- testKAT_aurora_ref.c : test programs | `-- testKAT_aurora_refMCR.c : test programs for MCR functions | `-- Supporting_Documentation : Documentation |-- AURORA-tvec.pdf : test vectors (intermediate values) |-- AURORA.pdf : main document (specificatoin, design rationale, | : security analysis, evaluation) |-- AuroraCoverSheet.pdf : cover sheet |-- AuroraStatementByPatentOwners-NagoyaUniv.pdf : statement by patent owner (Nagoya University) |-- AuroraStatementByPatentOwners-Sony.pdf : statement by patent owner (Sony Corporation) |-- AuroraStatementByReferenceImplementationOwner.pdf : statement by reference implementation owner `-- AuroraStatementByTheSubmitter-Sony.pdf : statement by the submitter 6 directories, 47 files