--- Log opened Fri May 24 00:00:04 2024 00:38 -!- b_101 [~robert@187.132.232.146] has joined #lightning-dev 00:43 -!- b_101 [~robert@187.132.232.146] has quit [Ping timeout: 255 seconds] 00:56 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 01:01 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 240 seconds] 01:13 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 01:18 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 268 seconds] 01:26 -!- flooded [flooded@gateway/vpn/protonvpn/flood/x-43489060] has joined #lightning-dev 01:28 -!- _flood [flooded@gateway/vpn/protonvpn/flood/x-43489060] has quit [Ping timeout: 240 seconds] 01:47 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 01:53 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 264 seconds] 01:57 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:a899:d5e7:ae84:39e2] has joined #lightning-dev 01:57 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:a899:d5e7:ae84:39e2] has quit [Remote host closed the connection] 02:24 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 02:30 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 252 seconds] 02:58 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 03:03 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 260 seconds] 03:17 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 03:22 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 264 seconds] 03:51 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 03:56 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 255 seconds] 04:07 -!- jon_atack [~jonatack@user/jonatack] has quit [Ping timeout: 264 seconds] 04:09 -!- jonatack [~jonatack@user/jonatack] has joined #lightning-dev 04:27 -!- the_mariner [~Thunderbi@177.37.233.179] has quit [Remote host closed the connection] 04:28 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 04:33 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 268 seconds] 05:02 -!- b_101 [~robert@189.174.166.206] has joined #lightning-dev 05:07 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 05:08 -!- b_101 [~robert@189.174.166.206] has quit [Ping timeout: 264 seconds] 05:14 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has quit [Ping timeout: 260 seconds] 05:15 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 05:20 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 268 seconds] 05:32 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 268 seconds] 05:34 -!- jonatack [~jonatack@user/jonatack] has joined #lightning-dev 05:40 -!- naught [~Thunderbi@93.107.167.34] has joined #lightning-dev 05:41 < naught> In the bolt-8 spec "encryptWithAD(k, n, ad, plaintext)", I assume ad is the input vector? What is the next line "outputs" supposed to mean: "outputs `encrypt(k, n, ad, plaintext)", shorthand? Thanks. 05:43 -!- jcea [~Thunderbi@2001:bc8:2ecd:caed:7670:6e00:7670:6e00] has joined #lightning-dev 05:44 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:a899:d5e7:ae84:39e2] has joined #lightning-dev 05:46 -!- mcey [~emcy@85.255.233.37] has quit [Ping timeout: 256 seconds] 05:47 < ghost43> naught: ad is "associated data". it is another parameter chacha20-poly1305 can take 05:48 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 05:49 < naught> im using gcrypt to get chachapoly, it takes an input vector like this "gcry_cipher_setiv(hd, iv, strlen(iv));". I suppose this is the AD? 05:52 < ghost43> https://www.gnupg.org/documentation/manuals/gcrypt/Working-with-cipher-handles.html 05:52 < ghost43> looks like gcry_cipher_setiv is for setting the nonce 05:52 < ghost43> maybe gcry_cipher_authenticate is for AD 05:52 < naught> >This function is also used by AEAD modes and with Salsa20 and ChaCha20 stream ciphers to set or update the required nonce. In these cases it needs to be called after setting the key. 05:53 < naught> Yes you are correct 05:53 < naught> Process the buffer abuf of length abuflen as the additional authenticated data (AAD) for AEAD cipher modes. 05:53 < naught> This sounds correct, thanks 05:55 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 272 seconds] 06:23 -!- mcey [~emcy@148.252.146.54] has joined #lightning-dev 06:23 -!- mcey [~emcy@148.252.146.54] has quit [Remote host closed the connection] 06:24 -!- mcey [~emcy@148.252.146.54] has joined #lightning-dev 06:24 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 06:26 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has joined #lightning-dev 06:30 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 268 seconds] 06:45 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has quit [Quit: = ""] 06:48 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 06:54 -!- naught [~Thunderbi@user/naught] has changed host 06:55 -!- flooded is now known as _flood 06:59 -!- b_101 [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 264 seconds] 07:03 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 252 seconds] 07:04 -!- jonatack [~jonatack@user/jonatack] has joined #lightning-dev 07:10 -!- b_101 [~robert@187.132.232.146] has joined #lightning-dev 07:19 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has joined #lightning-dev 08:02 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has quit [Remote host closed the connection] 08:04 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has joined #lightning-dev 08:07 -!- jespada_ [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has joined #lightning-dev 08:11 -!- jespada [~jespada@cpc121308-nmal25-2-0-cust15.19-2.cable.virginm.net] has quit [Ping timeout: 272 seconds] 08:17 -!- zeropoint [~alex@2600:1700:5f29:3010::40] has joined #lightning-dev 08:25 -!- bitdex [~bitdex@gateway/tor-sasl/bitdex] has joined #lightning-dev 09:09 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 240 seconds] 09:15 -!- lbia [~lbia@user/lbia] has joined #lightning-dev 10:35 -!- naught [~Thunderbi@user/naught] has quit [Ping timeout: 260 seconds] 10:50 -!- naught [~Thunderbi@user/naught] has joined #lightning-dev 10:52 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 256 seconds] 10:59 -!- riclas [riclas@26.27.71.148.rev.vodafone.pt] has joined #lightning-dev 11:15 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 260 seconds] 11:15 -!- jcea [~Thunderbi@2001:bc8:2ecd:caed:7670:6e00:7670:6e00] has quit [Ping timeout: 268 seconds] 11:20 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has quit [Ping timeout: 260 seconds] 11:21 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has joined #lightning-dev 11:24 -!- lbia [~lbia@user/lbia] has joined #lightning-dev 11:27 -!- lbia [~lbia@user/lbia] has quit [Max SendQ exceeded] 11:34 -!- lbia [~lbia@user/lbia] has joined #lightning-dev 11:37 -!- lbia [~lbia@user/lbia] has quit [Max SendQ exceeded] 11:42 -!- lbia [~lbia@user/lbia] has joined #lightning-dev 11:45 -!- jonatack [~jonatack@user/jonatack] has joined #lightning-dev 12:19 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:a899:d5e7:ae84:39e2] has quit [Remote host closed the connection] 12:22 -!- riclas [riclas@26.27.71.148.rev.vodafone.pt] has quit [Ping timeout: 268 seconds] 12:24 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:a899:d5e7:ae84:39e2] has joined #lightning-dev 12:29 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:a899:d5e7:ae84:39e2] has quit [Ping timeout: 268 seconds] 12:40 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:a899:d5e7:ae84:39e2] has joined #lightning-dev 12:55 -!- jonatack [~jonatack@user/jonatack] has quit [Ping timeout: 260 seconds] 12:56 -!- jonatack [~jonatack@user/jonatack] has joined #lightning-dev 13:24 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 264 seconds] 13:26 -!- lbia [~lbia@user/lbia] has joined #lightning-dev 13:26 -!- naught [~Thunderbi@user/naught] has quit [Quit: naught] 13:56 -!- lbia [~lbia@user/lbia] has quit [Ping timeout: 264 seconds] 14:10 -!- twistedline [~bitcoin@185.193.125.44] has quit [Ping timeout: 264 seconds] 14:11 -!- twistedline [~bitcoin@185.193.125.44] has joined #lightning-dev 14:25 -!- mcey_ [~emcy@148.252.146.54] has joined #lightning-dev 14:25 -!- mcey [~emcy@148.252.146.54] has quit [Remote host closed the connection] 14:48 -!- b_101_ [~robert@200-188-124-122.static.axtel.net] has joined #lightning-dev 14:51 -!- b_101 [~robert@187.132.232.146] has quit [Ping timeout: 264 seconds] 15:30 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has quit [Remote host closed the connection] 15:31 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has joined #lightning-dev 15:40 -!- lbia [~lbia@user/lbia] has joined #lightning-dev 16:07 -!- achow101 [~achow101@user/achow101] has quit [Ping timeout: 264 seconds] 16:14 -!- kevkevin [~kevkevin@2600:1700:b30:47c0:a899:d5e7:ae84:39e2] has quit [Remote host closed the connection] 16:25 -!- achow101 [~achow101@user/achow101] has joined #lightning-dev 16:29 -!- twistedline [~bitcoin@185.193.125.44] has quit [Ping timeout: 260 seconds] 16:29 -!- twistedline [~bitcoin@185.193.125.44] has joined #lightning-dev 16:59 -!- b_101_ [~robert@200-188-124-122.static.axtel.net] has quit [Ping timeout: 268 seconds] 17:28 -!- b_101 [~robert@187.150.196.212] has joined #lightning-dev 17:30 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has quit [Ping timeout: 260 seconds] 17:30 -!- Lockesmith [~user@gateway/tor-sasl/lockesmith] has joined #lightning-dev 17:31 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has quit [Remote host closed the connection] 17:31 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has joined #lightning-dev 17:31 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has joined #lightning-dev 17:36 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has quit [Ping timeout: 261 seconds] 17:48 -!- zeropoint [~alex@2600:1700:5f29:3010::40] has quit [Quit: leaving] 17:56 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has joined #lightning-dev 18:02 -!- b_101 [~robert@187.150.196.212] has quit [Ping timeout: 240 seconds] 18:52 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has quit [Remote host closed the connection] 19:08 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has joined #lightning-dev 19:14 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has quit [Ping timeout: 260 seconds] 19:15 -!- warmhug [~warmhug@gateway/tor-sasl/warmhug] has joined #lightning-dev 19:32 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has quit [Remote host closed the connection] 19:56 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has joined #lightning-dev 21:24 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has quit [Remote host closed the connection] 21:55 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has joined #lightning-dev 21:59 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has quit [Ping timeout: 268 seconds] 22:30 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has joined #lightning-dev 22:36 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has quit [Ping timeout: 268 seconds] 23:05 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has joined #lightning-dev 23:16 -!- kevkevin [~kevkevin@2601:241:8703:7b30:7000:2ade:ccef:92ee] has quit [Ping timeout: 240 seconds] --- Log closed Sat May 25 00:00:05 2024