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
Refactor encryption, decryption, signing, verification, and digesting
operations to separate the initialization logic from the single-part
execution logic.
This exposes `*_single` methods publicly, allowing greater flexibility
in operation flows. For example, this supports context-specific user
authentication where the operation must be initialized before the
authentication step occurs.
Co-authored-by: Gemini <gemini@google.com>
Signed-off-by: Simo Sorce <simo@redhat.com>
0 commit comments