Skip to content

A_gamma and gamma_A variables #55

@heswithme

Description

@heswithme

In init function of twocrypto we have lines:

    self.initial_A_gamma = packed_gamma_A 
    self.future_A_gamma = packed_gamma_A

which puts packed variables (packed by factory in order [gamma, A]) into single variable, that DOES NOT preserve the packing order in it's name.
While fix is simply renaming a variable, this one is public and might be used by some integrators. We need to check before proceeding with fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions