compiler: add aliases for many hashing packages

This commit adds support for the following packages:

  - crypto/md5
  - crypto/sha1
  - crypto/sha256
  - crypto/sha512

They would normally need assembly implementations, but with these
aliases they already work everywhere.
This commit is contained in:
Ayke van Laethem
2021-08-06 17:55:45 +02:00
committed by Ron Evans
parent a3c4421f39
commit 5e5ce98d42
3 changed files with 12 additions and 1 deletions
+4
View File
@@ -190,6 +190,10 @@ TEST_PACKAGES = \
container/list \
container/ring \
crypto/des \
crypto/md5 \
crypto/sha1 \
crypto/sha256 \
crypto/sha512 \
encoding \
encoding/ascii85 \
encoding/base32 \