RobinHankin / disordR

https://robinhankin.github.io/disordR/
1 stars 0 forks source link

calculating hash #20

Closed RobinHankin closed 3 years ago

RobinHankin commented 3 years ago

currently in the code I use several lines like disord(x,digest::sha1(c(hash(x),i))) and what we need is a single definition near the top of disord.R that specifies once and for all the way to calculate a hash code. And this function can be used by freealg and clifford in the same way.