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
Rename the PoseidonParams, PoseidonSponge, PoseidonSpongeState types to Params, Sponge, SpongeState, respectively.
Problem Definition
This avoids repeating the word "poseidon" and gives the API user choice of how to name the types. In a context where it's important to specify that it's a Poseidon sponge, they can use poseidon; and refer to poseidon::Sponge; in a context where it's clear, they can simply use poseidon::Sponge; and refer to Sponge.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
Rename the
PoseidonParams
,PoseidonSponge
,PoseidonSpongeState
types toParams
,Sponge
,SpongeState
, respectively.Problem Definition
This avoids repeating the word "poseidon" and gives the API user choice of how to name the types. In a context where it's important to specify that it's a Poseidon sponge, they can
use poseidon;
and refer toposeidon::Sponge
; in a context where it's clear, they can simplyuse poseidon::Sponge;
and refer toSponge
.For Admin Use
The text was updated successfully, but these errors were encountered: