add sha256 syscall (#12569)

This commit is contained in:
Jack May
2020-09-29 23:29:20 -07:00
committed by GitHub
parent 89424b29bf
commit 058bca6632
16 changed files with 321 additions and 6 deletions

View File

@@ -82,6 +82,7 @@ fn main() {
"param_passing",
"rand",
"sanity",
"sha256",
"sysval",
];
for program in rust_programs.iter() {