This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| background no | |
| out_to_console yes | |
| out_to_x no | |
| update_interval 1 | |
| total_run_times 0 | |
| short_units yes | |
| pad_percents 2 | |
| override_utf8_locale yes | |
| use_spacer left | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #![feature(rand,core,rustc_private,collections)] | |
| extern crate crypto; | |
| extern crate serialize; | |
| use std::rand; | |
| use std::mem::transmute; | |
| use serialize::hex::ToHex; | |
| use crypto::digest::Digest; | |
| use crypto::sha2::Sha256; |
OlderNewer