sha256.asm

SHA-256 cryptographic hash

Summary
sha256.asmSHA-256 cryptographic hash
Constants
KSHA-256 round constants
Functions
sha256_compute_block
sha256_internal
sha256

Constants

K

SHA-256 round constants

Functions

sha256_compute_block

sha256_internal

Parameters

[esp+8]state
[esp+12]input buffer
[esp+16]size of the input buffer

sha256

Parameters

[esp+8]output buffer
[esp+12]input buffer
[esp+16]size of the input buffer
Close