Browse Source

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

Remove redundant array declaration SPHINCS+
tags/v0.0.1
Joost Rijneveld 5 years ago
committed by GitHub
parent
commit
07705d1b0a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 0 additions and 24 deletions
  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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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 View File

@@ -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


Loading…
Cancel
Save