X Tutup
The Wayback Machine - https://web.archive.org/web/20250509152318/https://github.com/unisonweb/unison/issues/1714
Skip to content

Universal hashing and HMAC implementations #1714

Closed
@pchiusano

Description

@pchiusano

These are stubbed out and have type signatures but are currently unimplemented:

hash : HashAlgorithm -> a -> Bytes
hmac : HashAlgorithm -> Bytes -> a -> Bytes

I wanted to do some refactoring of how foreign data types are handled before implementing this, and also it needs to have a story for how continuations are hashed (which is probably similar to how continuations get serialized). I thought it was out of scope for #1712 so punted it to this issue.

Metadata

Metadata

Assignees

Labels

builtinshttps://github.com/unisonweb/unison/blob/trunk/docs/adding-builtins.markdownuniversal-functions

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup