Browse Source

predeclare deisogenize

master
Michael Hamburg 9 years ago
parent
commit
7e63f23958
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      src/per_curve/decaf.tmpl.c

+ 9
- 0
src/per_curve/decaf.tmpl.c View File

@@ -104,6 +104,15 @@ static mask_t gf_lobit(const gf x) {
/** identity = (0,1) */
const point_t API_NS(point_identity) = {{{{{0}}},{{{1}}},{{{1}}},{{{0}}}}};

void API_NS(deisogenize) (
gf_s *__restrict__ s,
gf_s *__restrict__ minus_t_over_s,
const point_t p,
mask_t toggle_hibit_s,
mask_t toggle_hibit_t_over_s,
mask_t toggle_rotation
);
void API_NS(deisogenize) (
gf_s *__restrict__ s,
gf_s *__restrict__ minus_t_over_s,


Loading…
Cancel
Save