Browse Source

ntru: sort includes

kyber
John M. Schanck 4 years ago
committed by Kris Kwiatkowski
parent
commit
f80ed6dce2
8 changed files with 12 additions and 12 deletions
  1. +2
    -2
      crypto_kem/ntruhps2048509/META.yml
  2. +1
    -1
      crypto_kem/ntruhps2048509/clean/poly.h
  3. +2
    -2
      crypto_kem/ntruhps2048677/META.yml
  4. +1
    -1
      crypto_kem/ntruhps2048677/clean/poly.h
  5. +2
    -2
      crypto_kem/ntruhps4096821/META.yml
  6. +1
    -1
      crypto_kem/ntruhps4096821/clean/poly.h
  7. +2
    -2
      crypto_kem/ntruhrss701/META.yml
  8. +1
    -1
      crypto_kem/ntruhrss701/clean/poly.h

+ 2
- 2
crypto_kem/ntruhps2048509/META.yml View File

@@ -23,9 +23,9 @@ auxiliary-submitters:
- Zhenfei Zhang
implementations:
- name: clean
version: https://github.com/jschanck/ntru/tree/a6b42aac reference implementation
version: https://github.com/jschanck/ntru/tree/2d4df948 reference implementation
- name: avx2
version: https://github.com/jschanck/ntru/tree/a6b42aac avx2 implementation
version: https://github.com/jschanck/ntru/tree/2d4df948 avx2 implementation
supported_platforms:
- architecture: x86_64
operating_systems:


+ 1
- 1
crypto_kem/ntruhps2048509/clean/poly.h View File

@@ -3,8 +3,8 @@

#include "params.h"

#include <stdint.h>
#include <stddef.h>
#include <stdint.h>

#define MODQ(X) ((X) & (NTRU_Q-1))



+ 2
- 2
crypto_kem/ntruhps2048677/META.yml View File

@@ -23,9 +23,9 @@ auxiliary-submitters:
- Zhenfei Zhang
implementations:
- name: clean
version: https://github.com/jschanck/ntru/tree/a6b42aac reference implementation
version: https://github.com/jschanck/ntru/tree/2d4df948 reference implementation
- name: avx2
version: https://github.com/jschanck/ntru/tree/a6b42aac avx2 implementation
version: https://github.com/jschanck/ntru/tree/2d4df948 avx2 implementation
supported_platforms:
- architecture: x86_64
operating_systems:


+ 1
- 1
crypto_kem/ntruhps2048677/clean/poly.h View File

@@ -3,8 +3,8 @@

#include "params.h"

#include <stdint.h>
#include <stddef.h>
#include <stdint.h>

#define MODQ(X) ((X) & (NTRU_Q-1))



+ 2
- 2
crypto_kem/ntruhps4096821/META.yml View File

@@ -23,9 +23,9 @@ auxiliary-submitters:
- Zhenfei Zhang
implementations:
- name: clean
version: https://github.com/jschanck/ntru/tree/a6b42aac reference implementation
version: https://github.com/jschanck/ntru/tree/2d4df948 reference implementation
- name: avx2
version: https://github.com/jschanck/ntru/tree/a6b42aac avx2 implementation
version: https://github.com/jschanck/ntru/tree/2d4df948 avx2 implementation
supported_platforms:
- architecture: x86_64
operating_systems:


+ 1
- 1
crypto_kem/ntruhps4096821/clean/poly.h View File

@@ -3,8 +3,8 @@

#include "params.h"

#include <stdint.h>
#include <stddef.h>
#include <stdint.h>

#define MODQ(X) ((X) & (NTRU_Q-1))



+ 2
- 2
crypto_kem/ntruhrss701/META.yml View File

@@ -23,9 +23,9 @@ auxiliary-submitters:
- Zhenfei Zhang
implementations:
- name: clean
version: https://github.com/jschanck/ntru/tree/a6b42aac reference implementation
version: https://github.com/jschanck/ntru/tree/2d4df948 reference implementation
- name: avx2
version: https://github.com/jschanck/ntru/tree/a6b42aac avx2 implementation
version: https://github.com/jschanck/ntru/tree/2d4df948 avx2 implementation
supported_platforms:
- architecture: x86_64
operating_systems:


+ 1
- 1
crypto_kem/ntruhrss701/clean/poly.h View File

@@ -3,8 +3,8 @@

#include "params.h"

#include <stdint.h>
#include <stddef.h>
#include <stdint.h>

#define MODQ(X) ((X) & (NTRU_Q-1))



Loading…
Cancel
Save