hmacSha256Sign

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

Meta