module Cgit::Auth::HMACHelpers

Defined in:

cgit-auth/hmac_helpers.cr

Instance Method Summary

Instance Method Detail

def sign(&block : IO -> ) : String #

[View source]
def verify(base64_data : String, &block : IO -> T) : T forall T #

[View source]