-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.SKI.SecretStream.Create
Andrew Lambert edited this page Nov 26, 2022
·
4 revisions
libsodium.SKI.SecretStream.Create
Shared Function Create(Key As libsodium.SKI.KeyContainer, OutputStream As Writeable) As libsodium.SKI.SecretStream
Shared Function Create(Key As libsodium.PKI.SharedSecret, OutputStream As Writeable) As libsodium.SKI.SecretStream
Name | Type | Comment |
---|---|---|
Key | SecretKey or SharedSecret | A secret or shared key. |
OutputStream | Writeable |
The output stream to which encrypted data will be written. |
An instance of SecretStream, or Nil
on error.
Creates a SecretStream
in encryption mode.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.