Issue
Description
There are certain methods where hash became a prominent suffix on the terminology due to a hash being passed in.
This can be simplified greatly in terminology by removing the word hash or some slight modification of the term. As an example, there are a couple methods that use seed_hash when it should simply be seed.
Issue
Description
There are certain methods where
hashbecame a prominent suffix on the terminology due to a hash being passed in.This can be simplified greatly in terminology by removing the word hash or some slight modification of the term. As an example, there are a couple methods that use
seed_hashwhen it should simply beseed.