avsm changed the topic of #mirage to: Good news everyone! Mirage 3.0 released!
tomboy64 has quit [Ping timeout: 240 seconds]
tomboy64 has joined #mirage
strykerkkd has joined #mirage
agarwal1975 has joined #mirage
strykerkkd has quit [Quit: Leaving]
brson has quit [Quit: leaving]
tomboy64 has quit [Ping timeout: 240 seconds]
tomboy64 has joined #mirage
copy` has quit [Quit: Connection closed for inactivity]
tomboy64 has quit [Ping timeout: 240 seconds]
tomboy64 has joined #mirage
argent_smith has joined #mirage
jpo has quit [Ping timeout: 240 seconds]
argent_smith has quit [Quit: Leaving.]
edef has quit [Ping timeout: 240 seconds]
AltGr has joined #mirage
jpo has joined #mirage
mort___ has joined #mirage
argent_smith has joined #mirage
mato1 is now known as mato
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
mort___ has quit [Quit: Leaving.]
strykerkkd has joined #mirage
mort___ has joined #mirage
strykerkkd has quit [Quit: Konversation terminated!]
<abeaumont> haesbaer1: this may be a better place to talk about scrypt-kdf than twitter :)
<abeaumont> if you have any question, let's talk :)
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
mort___ has quit [Quit: Leaving.]
<hannes> abeaumont: oh, nice (about salsa20 C performance) -- can we have poly1305/chacha20 soon? :)
<abeaumont> salsa20/xsalsa20 first probably
<abeaumont> but those 2 are in the roadmap, yes
<abeaumont> I guess you want them for TLS 1.3 :)
<hannes> even for 1.2 (and earlier) they're used these days
<abeaumont> nice
mort___ has joined #mirage
<abeaumont> having the nocrypto.hash exposed as a package would be nice
<abeaumont> with the C bits now I'd only need nocryto.hash pbkdf and nothing else for salsa/scrypt-kdf
<abeaumont> apart from te Cs.of_hex extension to Cstruct that I use for testing... Any chance that could be moved to cstruct package?
<abeaumont> I think it may be useful for other libraries aswell
<hannes> i guess this is true... needs someone to do it, though (and have some releases)... I'd prefer a separate opam package for hashes
<abeaumont> may give it a try when I finish some other stuff, if nobody has tried before
<hannes> same here
edef has joined #mirage
mort___ has quit [Quit: Leaving.]
yomimono has joined #mirage
miragebot has joined #mirage
miragebot has left #mirage [#mirage]
<miragebot> mirage/master 1006816 Mindy Preston: Merge pull request #816 from hannesm/constrain...
<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
<reynir> no, it makes sense
mort___ has joined #mirage
<yomimono> https://github.com/mirage/mirage/issues/557 is what I was thinking of - useful links from nojb in there
copy` has joined #mirage
AltGr has left #mirage [#mirage]
<reynir> Thanks
brson has joined #mirage
yomimono has quit [Ping timeout: 240 seconds]
mort___ has quit [Quit: Leaving.]
agarwal1975 has quit [Quit: agarwal1975]
tomboy64 has quit [Ping timeout: 240 seconds]
tomboy64 has joined #mirage
brson has quit [Quit: leaving]
brson has joined #mirage
argent_smith has quit [Quit: Leaving.]
haesbaer1 has quit [Quit: leaving]
haesbaert has joined #mirage
<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 :)
agarwal1975 has joined #mirage
mato has quit [Ping timeout: 240 seconds]
mato has joined #mirage