Skip to main content

GHASH

Function GHASH 

Source
pub unsafe extern "C" fn GHASH(
    gcm: *mut Gcm,
    a: *const byte,
    aSz: word32,
    c: *const byte,
    cSz: word32,
    s: *mut byte,
    sSz: word32,
)