Skip to content

Add new encryption algorithms to init() #615

@wz2b

Description

@wz2b

RegisterDecrypter(PKCS1v15())

I appreciate you added my configurations for OAEP_SHA256 and OAEP_SHA512 but they aren't being called in init(). Is this intentional (do you intend me to install these algorithms in some other way) or was this an oversight?

Need this:

func init() {
	RegisterDecrypter(OAEP())
	RegisterDecrypter(OAEP_SHA256())
	RegisterDecrypter(OAEP_SHA512())
	RegisterDecrypter(PKCS1v15())
}

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