Changeset 130b818 in comparacioncriptosistemas for testVarieties/polinomial.hpp


Ignore:
Timestamp:
Jan 7, 2016, 9:58:41 AM (8 years ago)
Author:
aaraujo <aaraujo@…>
Branches:
master, interfaz
Children:
eeabb41
Parents:
1404527
Message:

Documentación inicial de los archivos fuentes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testVarieties/polinomial.hpp

    rb939736 r130b818  
    11#include "polynomial.h"
    22//using namespace pol;
     3
     4
     5
    36template <unsigned KEY_DEG>
    4 
    57void encrypt(File &in, FILE *out, const pol3v_t &D) {
    68        std::vector<u61_t> m;
     
    7779        return tmp;
    7880}
     81
Note: See TracChangeset for help on using the changeset viewer.