Hello!

  Two questions:
  1 - do we have bindings to the libsodium library?
  2 - is it possible to make sure a chunk of memory doesn't get copied by the 
GC?

  The first question is about this project that's gaining well-deserved 
traction: https://download.libsodium.org/doc/
  The second question is about a piece of memory that's supposed to hold a 
secret key, and I want to make sure it only ever exists in one copy, so that if 
I erase it, it's really gone. AFAIR in Factor we have a copying GC, so I'd like 
to somehow exempt this key from its processing (mark it non-moveable, or 
something). Do we have a provision for such a use case, and if not what would 
be a good way to achieve what I want in Factor?

---=====--- 
 Александр

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to