summaryrefslogtreecommitdiff
path: root/source/core/slang-digest-builder.h
AgeCommit message (Collapse)Author
2022-12-02Cleanup crypto utilities (#2549)skallweitNV
* Consolidate crypto functions into single module * Migrate rest of code to new crypto module * Fix name conflict
2022-11-30Cleanup DigestBuilder and MD5HashGen (#2539)skallweitNV
* Cleanup DigestBuilder and MD5HashGen * Fix templates Co-authored-by: Yong He <yonghe@outlook.com>
2022-10-17Shader cache index implementation (#2452)lucy96chen