[Babel-users] status of babel-hmac

Antonin Décimo antonin.decimo at gmail.com
Fri Jan 29 14:12:23 GMT 2021


On Fri Jan 29, 2021 at 3:08 PM CET, Dave Taht wrote:
> What package does this come from?
>
> In file included from babeld.c:46:
> mac.h:24:10: fatal error: rfc6234/sha.h: No such file or directory
> 24 | #include "rfc6234/sha.h"

It's a git submodule. Either clone with --recursive, or from a repo
that's already cloned, do

    git submodule init
    git submodule update

We bundle standard implementation (straight from the RFC) of sha256
and blake2s.

-- Antonin



More information about the Babel-users mailing list