gi-glib-0.2.44.12: GLib bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GLib.Structs.Hmac

Contents

Description

An opaque structure representing a HMAC operation. To create a new GHmac, use g_hmac_new(). To free a GHmac, use g_hmac_unref().

Synopsis

Exported types

newtype Hmac Source

Constructors

Hmac (ForeignPtr Hmac) 

Methods

hmacGetDigest

hmacGetString

hmacUnref

hmacUnref :: MonadIO m => Hmac -> m () Source

hmacUpdate