Changeset fd64c06 in comparacioncriptosistemas


Ignore:
Timestamp:
Aug 6, 2015, 4:11:38 PM (9 years ago)
Author:
Alejandro Mujica <Alejandro>
Branches:
master, interfaz
Children:
40e0e00
Parents:
b497cd7
Message:

Cambio en tipo de dato

File:
1 edited

Legend:

Unmodified
Added
Removed
  • finitefield.H

    rb497cd7 rfd64c06  
    7373
    7474  /// Retorna la característica del campo.
    75   uint8_t characteristic() const
     75  unsigned short characteristic() const
    7676  {
    7777    return P;
     
    7979
    8080  /// Retorna el valor de potencia al cual está elevada la característica.
    81   uint8_t power() const
     81  unsigned short power() const
    8282  {
    8383    return N;
Note: See TracChangeset for help on using the changeset viewer.