PolyTorus / polytorus

MIT License
1 stars 0 forks source link

Feature/fft #2

Closed quantumshiro closed 2 months ago

quantumshiro commented 2 months ago

The branch name is ‘fft’, but it implements the signature scheme falcon. This library should work.

quantumshiro commented 2 months ago

Oops, I wrote a simple test and it wasn't working.

iokira commented 2 months ago

this?

error[E0658]: use of unstable library feature 'int_roundings'
   --> src/cryptography/falcon/math.rs:112:14
    |
112 |             .next_multiple_of(8) as usize
    |              ^^^^^^^^^^^^^^^^
    |
    = note: see issue #88581 <https://github.com/rust-lang/rust/issues/88581> for more information
quantumshiro commented 2 months ago

I will investigate the bug once