Skip to content

export sha1 alias? #5

@mitchellwrosen

Description

@mitchellwrosen

Hello, would you accept a patch to export aliases for hash, hashlazy, hmac, and hmaclazy that indicate the hash function being used? My use case is simply, I prefer not using qualified imports :)

Something like

sha1 :: ByteString -> ByteString
sha1lazy :: ByteString -> ByteString
hmacSha1 :: ByteString -> ByteString -> ByteString
hmacSha1lazy :: ByteString -> ByteString -> ByteString

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions