PKSigner.signMessage

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vector!ubyte signMessage(const(ubyte)* msg, size_t length, RandomNumberGenerator rng)
  2. Vector!ubyte signMessage(Vector!(ubyte, ALLOC) input, RandomNumberGenerator rng)
  3. Vector!ubyte signMessage(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input, RandomNumberGenerator rng)
    struct PKSigner
    public
    Vector!ubyte
    signMessage
    (
    ALLOC
    )
    (
    auto const ref RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input
    ,)

Meta