Closed
Description
Device: Raspberry PI 3 Model B+
O/S: Raspbian 9 (stretch)
I realise that the Raspberry PI isn't a supported platform but I've noticed an issue and thought I would raise it anyway. The following doesn't generate a correct SHA1 hash on a Raspberry PI.
Utility::Sha1::digest("test").hexString()
I've tested the results against echo -n test | shasum -a 1 | awk '{print $1}'
.
Thanks,
Andy
Metadata
Metadata
Assignees
Projects
Status
Done