Skip to content

aes::cbc_encryptor result not Send #473

@Emm54321

Description

@Emm54321

Is there any reason for aes::cbc_encryptor (& co) to return a Box<dyn Encryptor + 'static> and not a Box<dyn Encryptor + Send + 'static> ?
The CbcEncryptor it returns is Send and the function requires a PaddingProcessor+Send.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions