Index of /projects/optimization_projects/crypto/yhashcrack/src/yhash

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]types.h 2024-01-08 11:29 342  
[TXT]md5main.c 2024-01-08 11:29 348  
[TXT]sha1main.c 2024-01-08 11:29 349  
[TXT]sha224main.c 2024-01-08 11:29 353  
[TXT]sha256main.c 2024-01-08 11:29 355  
[TXT]sha512main.c 2024-01-08 11:29 355  
[TXT]yhash.h 2024-01-08 11:29 449  
[   ]Makefile 2024-01-08 11:29 1.3K 
[TXT]common.c 2024-01-08 11:29 1.9K 
[TXT]sha1hash.c 2024-01-08 11:29 2.0K 
[TXT]common.h 2024-01-08 11:29 2.8K 
[TXT]sha224hash.c 2024-01-08 11:29 2.9K 
[TXT]sha256hash.c 2024-01-08 11:29 3.0K 
[TXT]md5hash.c 2024-01-08 11:29 3.5K 
[TXT]sha512hash.c 2024-01-08 11:29 3.8K 
[TXT]GPLv3.txt 2024-01-08 11:29 34K 

Implementations of the MD5, SHA1, SHA224, SHA256, and SHA512 cryptographic hashing functions.

Implementations of the MD5, SHA1, SHA224, SHA256, and SHA512 cryptographic hashing functions.

Table of Contents

1. Compilation

To generate all binaries & libyhash:

$ make 

2. Testing

To test the implementations:

$ make test

3. Important


/!\ DO NOT USE IN PRODUCTION CODE /!\

Author: yaspr

Created: 2022-12-12 Mon 03:51

Validate