Explorar el Código

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

Remove redundant array declaration SPHINCS+
tags/v0.0.1
Joost Rijneveld hace 5 años
committed by GitHub
padre
commit
07705d1b0a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 12 ficheros con 0 adiciones y 24 borrados
  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 Ver fichero

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

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

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

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

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

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

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

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

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

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

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

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


Cargando…
Cancelar
Guardar