You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
update: after some local attempts and discussion with @mrain, we realize that generic over V would cause unnecessary code complexity.
(particularly, u256_to_field() and sample() that internally sample a U512 first, and mod into U256 for negligible non-uniformity)
given this stake table is only used in hotshot, we gonna stick with concrete U256 type for now, and only generic over key type K.
The text was updated successfully, but these errors were encountered:
See #66 (comment)
update: after some local attempts and discussion with @mrain, we realize that generic over
V
would cause unnecessary code complexity.(particularly,
u256_to_field()
andsample()
that internally sample a U512 first, and mod into U256 for negligible non-uniformity)given this stake table is only used in hotshot, we gonna stick with concrete
U256
type for now, and only generic over key typeK
.The text was updated successfully, but these errors were encountered: