Pārlūkot izejas kodu

Merge pull request #167 from PQClean/sphincs-redundant-array

Remove redundant array declaration SPHINCS+
tags/v0.0.1
Joost Rijneveld pirms 5 gadiem
committed by GitHub
vecāks
revīzija
07705d1b0a
Šim parakstam datu bāzē netika atrasta zināma atslēga GPG atslēgas ID: 4AEE18F83AFDEB23
12 mainītis faili ar 0 papildinājumiem un 24 dzēšanām
  1. +0
    -2
      crypto_sign/sphincs-sha256-128f-robust/clean/sha256.c
  2. +0
    -2
      crypto_sign/sphincs-sha256-128f-simple/clean/sha256.c
  3. +0
    -2
      crypto_sign/sphincs-sha256-128s-robust/clean/sha256.c
  4. +0
    -2
      crypto_sign/sphincs-sha256-128s-simple/clean/sha256.c
  5. +0
    -2
      crypto_sign/sphincs-sha256-192f-robust/clean/sha256.c
  6. +0
    -2
      crypto_sign/sphincs-sha256-192f-simple/clean/sha256.c
  7. +0
    -2
      crypto_sign/sphincs-sha256-192s-robust/clean/sha256.c
  8. +0
    -2
      crypto_sign/sphincs-sha256-192s-simple/clean/sha256.c
  9. +0
    -2
      crypto_sign/sphincs-sha256-256f-robust/clean/sha256.c
  10. +0
    -2
      crypto_sign/sphincs-sha256-256f-simple/clean/sha256.c
  11. +0
    -2
      crypto_sign/sphincs-sha256-256s-robust/clean/sha256.c
  12. +0
    -2
      crypto_sign/sphincs-sha256-256s-simple/clean/sha256.c

+ 0
- 2
crypto_sign/sphincs-sha256-128f-robust/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256128FROBUST_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256128FROBUST_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-128f-simple/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256128FSIMPLE_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256128FSIMPLE_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-128s-robust/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256128SROBUST_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256128SROBUST_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-128s-simple/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256128SSIMPLE_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256128SSIMPLE_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-192f-robust/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256192FROBUST_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256192FROBUST_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-192f-simple/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256192FSIMPLE_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256192FSIMPLE_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-192s-robust/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256192SROBUST_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256192SROBUST_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-192s-simple/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256192SSIMPLE_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256192SSIMPLE_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-256f-robust/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256256FROBUST_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256256FROBUST_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-256f-simple/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256256FSIMPLE_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256256FSIMPLE_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-256s-robust/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256256SROBUST_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256256SROBUST_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


+ 0
- 2
crypto_sign/sphincs-sha256-256s-simple/clean/sha256.c Parādīt failu

@@ -50,8 +50,6 @@ void PQCLEAN_SPHINCSSHA256256SSIMPLE_CLEAN_mgf1(
}
}

uint8_t PQCLEAN_SPHINCSSHA256256SSIMPLE_CLEAN_state_seeded[40];

/**
* Absorb the constant pub_seed using one round of the compression function
* This initializes state_seeded, which can then be reused in thash


Notiek ielāde…
Atcelt
Saglabāt