kroma-network/tachyon

Unify to expose symbol for Field

chokobole opened this issue · 0 comments

Issue type

Feature Request

Current behavior?

Some exposes field type as F and others as Field.

using F = typename CryptographicSpongeTraits<Derived>::F;

using Field = typename VectorCommitmentScheme<Derived>::Field;

Expected Behavior?

Unifying how to expose type for Field