You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the function func (ctx *cipherCtx) SetPadding(pad bool) was created in ciphers.go ,but its not accessible from CipherCtx and all child like EncryptionCipherCtx & DecryptionCipherCtx.
would you please add the function to interface CipherCtx ?
thanks
The text was updated successfully, but these errors were encountered:
the function func (ctx *cipherCtx) SetPadding(pad bool) was created in ciphers.go ,but its not accessible from CipherCtx and all child like EncryptionCipherCtx & DecryptionCipherCtx.
would you please add the function to interface CipherCtx ?
thanks
The text was updated successfully, but these errors were encountered: