Fun 0.41.5
The programming language that makes You have fun
Loading...
Searching...
No Matches
openssl.c File Reference

OpenSSL-based hashing helpers used by crypto-related opcodes. More...

#include <stdlib.h>
Include dependency graph for openssl.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

OpenSSL-based hashing helpers used by crypto-related opcodes.

Provides thin wrappers around OpenSSL EVP routines to compute common digests (MD5, RIPEMD-160, SHA-256, SHA-512). When FUN_WITH_OPENSSL is disabled, these helpers fall back to returning empty strings to keep the VM behavior consistent.

Definition in file openssl.c.