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
The bcs_transformation_parameters object has an attribute named hash_enum. However, this is incorrect, since the BCS transformation is allowed to have different hash types for its hashchain and merkle tree. This attribute should be split into two different ones, perhaps called hashchain_hash_enum and merkle_hash_enum.
The hash_enum parameter is used to determine the default hash type, as well as for debugging purposes.
The text was updated successfully, but these errors were encountered:
The
bcs_transformation_parameters
object has an attribute namedhash_enum
. However, this is incorrect, since the BCS transformation is allowed to have different hash types for its hashchain and merkle tree. This attribute should be split into two different ones, perhaps calledhashchain_hash_enum
andmerkle_hash_enum
.The
hash_enum
parameter is used to determine the default hash type, as well as for debugging purposes.The text was updated successfully, but these errors were encountered: