IronCoreLabs/recrypt-rs

Add Mutexes around random number generation to support multithreading

Closed this issue · 0 comments

To date we've been relying on people making different versions of the recrypt api to do multi-threading. It would be better if we made that a part of the base library.

Clint's done some work on #77