Skip to content

libsodium.PKI.SigningKey.Seed

Andrew Lambert edited this page Aug 2, 2019 · 4 revisions

Method Signatures

 Function Seed() As MemoryBlock

Return value

The seed data.

Remarks

This method extracts the seed from the private key. This is either a random seed or the one passed to SigningKey.Generate().

Clone this wiki locally