hash-string-0.1.0.0: binary strings supporting constant-time base16 and comparisons
Copyright(c) 2024 Auth Global
LicenseApache2
Safe HaskellSafe-Inferred
LanguageHaskell2010

Crypto.HashString.FFI

Description

 
Synopsis

Documentation

newtype HashString Source #

Type intended to represent short-ish cryptographic values, say up to 128 bytes or so. Supports constant-time comparisons (i.e. run time depends on length of the inputs but is otherwise independent of content), as well as constant-time base16 and base64 conversions.

Constructors

HashString