cryptojerp

Results 4 comments of cryptojerp

I was thinking more on creating a new type in params.go. Like GMCParams or OAEPParams. Something like the following: ``` // ----------- suggested changes in param.go ----------- // RsaAesKeyWrapParams represents...

The wrap mechanism denoted **_CKM_RSA_AES_KEY_WRAP_**, has the parameter **_CK_RSA_AES_KEY_WRAP_PARAMS_** structure. Without this parameter, I'm unable to use this mechanism.

I have the same error. Main differences: * go version go1.17.4 darwin/amd64 * I'm using lib "github.com/miekg/pkcs11", not "github.com/faiface/beep". * not using FiloSottile/musl-cross/musl-cross. I'm trying to avoid more variables to...

@hajimehoshi , No, I have not installed alsa. What is that? Would installing/uninstalling that help? @aoxn Do you meant to set CGO_ENABLED=0 always? The projects I'm working on are using...