Closed
Description
Most parameters get owned by the client once a method call is performed - this could/should be changed so that most parameters are instead passed by reference. The client can clone whatever it needs inside the methods.
The question is whether data buffers that we would normally own and zeroize on drop should be passed as references too.