-
Notifications
You must be signed in to change notification settings - Fork 134
Closed
Labels
Description
Hi!
In sodium-native we use this pattern where the developer can pass in the Buffer that data should be written into. This is especially handy if you want to leverage special "Buffers", like the "Secure Buffers" we have, where the memory pages used have had certain flags set, such as no swap, canaries, not being included in core dumps and such.
Is this something we could do here as well? I'm imagining a optional, last parameter on relevant functions
Reactions are currently unavailable