![]() | Fun 0.41.5 The programming language that makes You have fun |
Implements OP_OPENSSL_RIPEMD160 to compute a RIPEMD-160 hash in hex. More...
Go to the source code of this file.
Functions | |
| free_value (vdata) | |
| if (!s) | |
| free (s) | |
| free (hex) | |
| push_value (vm, out) | |
Variables | |
| case | OP_OPENSSL_RIPEMD160 |
| char * | s = value_to_string_alloc(&vdata) |
| char * | hex = fun_openssl_ripemd160_hex((const unsigned char *)s, strlen(s)) |
| Value | out = make_string(hex) |
| break | |
Implements OP_OPENSSL_RIPEMD160 to compute a RIPEMD-160 hash in hex.
Behavior:
Notes:
Errors:
Definition in file ripemd160.c.
| free | ( | hex | ) |
| free | ( | s | ) |
| free_value | ( | vdata | ) |
| if | ( | ! | s | ) |
| push_value | ( | vm | , |
| out | ) |

| break |
Definition at line 46 of file ripemd160.c.
Definition at line 37 of file ripemd160.c.
| case OP_OPENSSL_RIPEMD160 |
Definition at line 29 of file ripemd160.c.
| Value out = make_string(hex) |
Definition at line 43 of file ripemd160.c.
| char* s = value_to_string_alloc(&vdata) |
Definition at line 31 of file ripemd160.c.