-
Notifications
You must be signed in to change notification settings - Fork 473
Open
Description
Line 202 in 4664c86
| 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())
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels