]> git.lizzy.rs Git - rust.git/commit
Replace all uses of SHA-256 with BLAKE2b.
authorMichael Woerister <michaelwoerister@posteo.net>
Thu, 27 Oct 2016 02:42:48 +0000 (22:42 -0400)
committerMichael Woerister <michaelwoerister@posteo.net>
Sun, 30 Oct 2016 23:14:18 +0000 (19:14 -0400)
commita2a2763e6dcaf4b0e195e382d63aaf59402b7a45
tree59311c4b6fc61816679b093a635136f403a44fcc
parentf5a702dc785760c74960007af389caa47546fa58
Replace all uses of SHA-256 with BLAKE2b.
14 files changed:
src/librustc/lib.rs
src/librustc/ty/util.rs
src/librustc_back/lib.rs
src/librustc_back/sha2.rs [deleted file]
src/librustc_data_structures/blake2b.rs
src/librustc_data_structures/fmt_wrap.rs [new file with mode: 0644]
src/librustc_data_structures/lib.rs
src/librustc_driver/driver.rs
src/librustc_driver/lib.rs
src/librustc_incremental/calculate_svh/hasher.rs
src/librustc_trans/back/symbol_names.rs
src/librustc_trans/base.rs
src/librustc_trans/context.rs
src/librustc_trans/debuginfo/metadata.rs