about summary refs log tree commit diff
path: root/src/libcore/hash.rs
AgeCommit message (Expand)AuthorLines
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-1/+1
2012-08-30Start moving core::hash to support a Hash trait. Add to_bytes::IterBytes trait.Graydon Hoare-20/+102
2012-08-27Convert over some residual uses of #oldmacros.Graydon Hoare-18/+28
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-16/+16
2012-08-14Convert more core types to camel caseBrian Anderson-6/+6
2012-08-14De-mode more pieces of core.Graydon Hoare-3/+7
2012-08-02De-duplicate core::hash some, refactor the traits.Graydon Hoare-190/+198
2012-08-01Convert ret to returnBrian Anderson-8/+8
2012-07-31Add hash tests: idempotent, no_bytes_dropped.Ben Blum-0/+42
2012-07-31Add hash uint testsBen Blum-0/+19
2012-07-31Add hash_u64, hash_u32, hash_uint.Ben Blum-0/+38
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-30/+30
2012-07-30core::hash -- add a hash::streaming interface and associated siphash implemen...Damian Gryski-11/+194
2012-07-24Add core::hash containing SipHash-2-4 implementation. Re: #1616 and #859.Graydon Hoare-0/+163