Skip to content

libsodium.PKI.SigningKey.Seed

Andrew Lambert edited this page Nov 26, 2022 · 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