Hacker News new | ask | show | jobs
by grey-area 3454 days ago
Thanks, I'll only have one set of hashes. My question was really is it ok to use one key per table of hashes, or does it have to be one key per hash. I think you're saying one per table is fine, but wanted to be sure I wasn't doing it wrong. I'll have another look for examples.
1 comments

It's one key per table.
Thanks