Skip to content

Encryption with direct+HKDF algorithms is not implemented #130

@BrianSipos

Description

@BrianSipos

This issue tracks a NotImplementedError when attempting to use at layer-1 either algorithm DirectHKDFSHA256 or DirectHKDFAES256 with recipient class DirectEncryption. The correct behavior is to have the DirectEncryption.compute_cek() return the CEK for Direct algo and run HKDF for the direct+HKDF algos.

raise NotImplementedError()

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