tov / dssl2

A data structures student language, version 2
MIT License
9 stars 4 forks source link

Allow sbox hashers to hash anything. #8

Closed stamourv closed 5 years ago

stamourv commented 5 years ago

As we discussed yesterday.

Also, I'm not sure I like the new object interface to sbox hashers. They're not really hash "functions" anymore, and lose uniformity with random hash functions students may write (e.g., first_char_hasher).