dusk-network / Poseidon252

Reference implementation for the Poseidon Snark-friendly Hash algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement `From<Domain> for u64` instead of `encoding`method

moCello opened this issue · comments

Summary

With the From trait we can simply call .into() on the Domain to get the encoding.