On 8/3/21 12:20 PM, Simon Josefsson via Gnulib discussion list wrote:
+  print "\nThe SHA256 checksum is base64 encoded and not hexadecimal,\n";
+  print "which is the default for most checksum tools.\n\n";

Perhaps this?

  print "\nThe SHA256 checksum is base64 encoded, instead of the\n";
  print "hexadecimal encoding that most checksum tools default to.\n\n";

Reply via email to