gcm_gf_mult

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void gcm_gf_mult(ubyte* a, ubyte* b, ubyte* c)
  2. void gcm_gf_mult(ubyte* a, ubyte* b, ubyte* c)
    version(!LRW_MODE && LTC_GCM_MODE)
    extern (C) nothrow
    void
    gcm_gf_mult
    (
    const ubyte* a
    ,
    const ubyte* b
    ,
    ubyte* c
    )

Meta