hmacSha256Sign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string hmacSha256Sign(ubyte[32] key, ubyte[] message)
  2. string hmacSha256Sign(ubyte[32] key, string message)
    @trusted pure
    string
    hmacSha256Sign
    (
    ubyte[32] key
    ,
    in string message
    )

Meta