Skip to content
Extraits de code Groupes Projets
Valider 4b9e428f rédigé par Louis Navarre's avatar Louis Navarre
Parcourir les fichiers

Adapt name with other functions

parent 898ee96e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -46,7 +46,7 @@ uint8_t *gf_256_inv_vector(uint8_t *symbol, uint8_t coef, uint32_t symbol_size); ...@@ -46,7 +46,7 @@ uint8_t *gf_256_inv_vector(uint8_t *symbol, uint8_t coef, uint32_t symbol_size);
* @param symbol_size: size of the independent terms * @param symbol_size: size of the independent terms
* @param system_size: the size of the system (i.e., number of rows/columns) * @param system_size: the size of the system (i.e., number of rows/columns)
*/ */
void gf256_gaussian_elimination(uint8_t **A, uint8_t **b, uint32_t symbol_size, uint32_t system_size); void gf_256_gaussian_elimination(uint8_t **A, uint8_t **b, uint32_t symbol_size, uint32_t system_size);
/** /**
* *
...@@ -58,4 +58,4 @@ void gf256_gaussian_elimination(uint8_t **A, uint8_t **b, uint32_t symbol_size, ...@@ -58,4 +58,4 @@ void gf256_gaussian_elimination(uint8_t **A, uint8_t **b, uint32_t symbol_size,
*/ */
uint8_t **gen_coef(uint32_t seed, uint32_t nss, uint32_t nrs); uint8_t **gen_coef(uint32_t seed, uint32_t nss, uint32_t nrs);
#endif /* SYSTEM_H */ #endif /* SYSTEM_H */
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter