[Babel-users] status of babel-hmac

Dave Taht dave.taht at gmail.com
Fri Jan 29 14:22:30 GMT 2021


On Fri, Jan 29, 2021 at 6:12 AM Antonin Décimo <antonin.decimo at gmail.com> wrote:
>
> 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

Did that much, now, thx.

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

What I did was add your hmac branch and pull from that, rather than
using github's pull. WRong thing I guess.

Forgive me, I have been out of development for over a year. If I have
my own pull of babeld master, and want
to pull from your pull request, what do I do....

disambiguation.c:40:10: fatal error: disambiguation.h: No such file or directory
   40 | #include "disambiguation.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.



and ended up with several merge conflicts including one in interface.h
that was SILENT of all things.
interface.h:48:1: error: version control conflict marker in file
   48 | <<<<<<< HEAD
      | ^~~~~~~
interface.h:54:9: error: exponent has no digits
   54 | >>>>>>> 7ece7e77eb0d3697594bd42c639321e5bebd62e0
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



git remote add hmac your_github


> -- Antonin



-- 
"For a successful technology, reality must take precedence over public
relations, for Mother Nature cannot be fooled" - Richard Feynman

dave at taht.net <Dave Täht> CTO, TekLibre, LLC Tel: 1-831-435-0729



More information about the Babel-users mailing list