Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
10
Task/SHA-256/Lasso/sha-256.lasso
Normal file
10
Task/SHA-256/Lasso/sha-256.lasso
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// The following will return a list of all the cipher
|
||||
// algorithms supported by the installation of Lasso
|
||||
cipher_list
|
||||
|
||||
// With a -digest parameter the method will limit the returned list
|
||||
// to all of the digest algorithms supported by the installation of Lasso
|
||||
cipher_list(-digest)
|
||||
|
||||
// return the SHA-256 digest. Dependant on SHA-256 being an available digest method
|
||||
cipher_digest('Rosetta Code', -digest='SHA-256',-hex=true)
|
||||
Loading…
Add table
Add a link
Reference in a new issue