SodiumString extension

Extensions on String to add sodium pointer operations

on

Methods

toSodiumPointer(LibSodiumFFI sodium, {int? memoryWidth, bool zeroTerminated = false, MemoryProtection memoryProtection = MemoryProtection.readWrite}) SodiumPointer<Char>

Available on String, provided by the SodiumString extension

Converts the string to a SodiumPointer&lt;Int8&gt;