mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make array.hex() use lowercase
This commit is contained in:
committed by
Alexander Medvednikov
parent
15c5f671f0
commit
bfddb9a80f
@@ -5,5 +5,5 @@
|
||||
import crypto.sha1
|
||||
|
||||
fn test_crypto_sha1() {
|
||||
assert sha1.sum('This is a sha1 checksum.'.bytes()).hex() == 'E100D74442FAA5DCD59463B808983C810A8EB5A1'
|
||||
assert sha1.sum('This is a sha1 checksum.'.bytes()).hex() == 'e100d74442faa5dcd59463b808983c810a8eb5a1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user