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
I happen to require to add a notation when signing a key. Which crypto.NewSigningContext theoretically permits me to do, only, the name the notation will acquire appears to be hardcoded in constants/context.SignatureContextName. With my admittedly limited knowledge of golang, this becomes extremely problematic to fix.
Why?... Is this deliberate or a historical holdover of some sort?
The text was updated successfully, but these errors were encountered:
I happen to require to add a notation when signing a key. Which
crypto.NewSigningContext
theoretically permits me to do, only, the name the notation will acquire appears to be hardcoded inconstants/context.SignatureContextName
. With my admittedly limited knowledge of golang, this becomes extremely problematic to fix.Why?... Is this deliberate or a historical holdover of some sort?
The text was updated successfully, but these errors were encountered: