Finishes this signature operation and stores the resulting signature bytes in the provided buffer
outbuf
, starting at
offset
. The format of the signature depends on the underlying signature scheme.
The signature implementation is reset to its initial state (the state it was in after a call to one of the engineInitSign
methods) and can be reused to generate further signatures with the same private key. This method should be abstract, but we leave it concrete for binary compatibility. Knowledgeable providers should override this method.