pub unsafe extern "C" fn aws_sha256_hmac_new(
    allocator: *mut aws_allocator,
    secret: *const aws_byte_cursor
) -> *mut aws_hmac
Expand description

Allocates and initializes a sha256 hmac instance. Secret is the key to be used for the hmac process.