<miragebot>
mirage/master 7e49a8b Hannes Mehnert: mirage: put some lower bounds on packages
<miragebot>
[mirage] yomimono pushed 2 new commits to master: https://git.io/vyAi7
click_ has joined #mirage
click_ is now known as pyvpx
mort___ has joined #mirage
mort___1 has joined #mirage
mort___ has quit [Ping timeout: 258 seconds]
yomimono has quit [Ping timeout: 268 seconds]
mort___1 has quit [Quit: Leaving.]
yomimono has joined #mirage
agarwal1975 has quit [Quit: agarwal1975]
mort___ has joined #mirage
<dinosaure>
abeaumont: hannes: I would like the same and it's why I retake Digestif
<dinosaure>
but I would like a response from david before any release :d
agarwal1975 has joined #mirage
yomimono has quit [Ping timeout: 240 seconds]
yomimono has joined #mirage
insitu has joined #mirage
insitu has quit [Client Quit]
insitu has joined #mirage
<yomimono>
dinosaure: I get the impression that he wants to improve nocrypto to not rely on zarith/gmp rather than splitting out the hashes
<yomimono>
normally I don't like to speak for other people but it seems quite difficult to get any information otherwise in this case :(
<dinosaure>
yes, thx yomimono :)
<dinosaure>
I will continue to work on Digestif (just for the BLAKE2B hash function) and improve the interface, and we will see after if it's better to split or not :)
<DrWhax>
blake2b \o/
<contrapumpkin>
any of you use nixpkgs/nixos? I almost have mirage fully packaged in there!
<contrapumpkin>
will push up my PR later today :)
<contrapumpkin>
amusingly I wasn't planning on packaging it for a while longer, but it ended up being a yak to shave on the path to something else
insitu has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
yomimono has quit [Ping timeout: 246 seconds]
yomimono has joined #mirage
mort___ has quit [Quit: Leaving.]
dstolfa has quit [Quit: Bai]
<reynir>
How come Mirage.ipv4_config takes 1 address while Mirage.ipv6_config takes a list?
<yomimono>
short answer: we have one implementation of each of these, and the ipv6 one does something reasonable for multiple ips; the ipv4 one just ignored anything in the list other than the first one
<yomimono>
reynir: I'd rather have the types be honest about what works and look kind of weird and nonparallel than the other way around
<reynir>
Ah
<yomimono>
reynir: it's not a great answer, to be honest -- I'm trying to dig up an issue with a bunch of discussion on it
<haesbaert>
abeaumont: heya, I'm usually not around on irc during workdays
<haesbaert>
abeaumont: From what I've gathered your scrypt library is the best option for me, I got authentication more or less done by now but need to implement each method
tomboy64 has quit [Ping timeout: 240 seconds]
tomboy64 has joined #mirage
tomboy64 has quit [Remote host closed the connection]
tomboy64 has joined #mirage
sknebel is now known as [sknebel]
[sknebel] is now known as sknebel
sspi has joined #mirage
strykerkkd has joined #mirage
<abeaumont>
haesbaert: no problem, sounds good. You can see testsuite for usage, may you need something just tell me :)