whitfin / siphash-c

A C (89) implementation of the SipHash cryptographic hash family, using a single pass algorithm
MIT License
3 stars 4 forks source link

Installing using clib does not work #1

Open aperezdc opened 7 years ago

aperezdc commented 7 years ago

Using clib install fails:

% clib install zackehh/siphash-c --save
       fetch : zackehh/siphash-c:package.json
       fetch : zackehh/siphash-c:Makefile
       error : unable to fetch zackehh/siphash-c:Makefile
%

This is using clib version 1.8.0

hartwork commented 7 years ago

Could you provide a link to clib? I cannot find it easily using Google.

EDIT: Found it at https://github.com/clibs/clib now, for the record.

aperezdc commented 7 years ago

@hartwork: Yes, that's exactly the clib I meant. I should have linked it in the report, sorry about that.