David Craven <da...@craven.ch> skribis: >> Nitpick: Use ‘base32’ here, rather than in the callee (that way, base32 >> parsing happens at compile time and errors are detected early.) > > Good to know, I wondered why we always need sha256 and base32 :-)
To illustrate: --8<---------------cut here---------------start------------->8--- scheme@(guile-user)> ,use(guix) scheme@(guile-user)> ,expand (base32 "1s8krs3y2n6pzav7ic59dz41alqalphv7vww4138ag30wh0fpvwl") $3 = #vu8(148 239 235 0 228 96 60 133 70 32 156 239 179 225 165 10 83 21 200 111 169 176 120 182 250 215 88 225 135 206 19 233) --8<---------------cut here---------------end--------------->8--- Ludo'.