Skip to content

Bitshift with mux circuits is incredibly slow #135

Description

@cedricjiang

I found this while working on #36 and this does not go away even after #133. We should consider a solution without using MUX circuits. Otherwise, shifts while the shift amount is ciphertext will be limited to value and shift amount are both 1 byte only. To get a sense of it, shifting 16 bit value takes 30 seconds and rotation takes 4 minutes on my macbook, while shifting 32 bit value does not finish in 7 hours and I have to kill it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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