Skip to content

libsodium.SKI.SecretStream.Close

Andrew Lambert edited this page Nov 26, 2022 · 5 revisions

Method Signature

 Sub Close()

Remarks

Closes the stream and releases all resources. If there are any bytes remaining in the write buffer then they are padded to fill a full block and written to the stream with the TAG_FINAL tag.

Clone this wiki locally