Skip to content

Modify interface to take parameters as reference #31

Closed
@ionut-arm

Description

@ionut-arm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmediumEffort label

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions