extracted from program for private comparison of iris codes from 2010
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <miracl.h>
#include <time.h>
#include <sys/time.h>
|
#define | T 160 |
|
#define | K 1024 |
|
#define | L 21 |
|
|
void | enc (big m, big res) |
|
void | dec (big c, big res) |
|
void | create_key () |
|
void | store_key () |
|
void | read_key () |
|
void | printnum (big n) |
|
int | main (int argc, char *argv[]) |
|
extracted from program for private comparison of iris codes from 2010
- Author
- Marina Blanton
- Copyright
- ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation Copyright (C) 2015 Engineering Cryptographic Protocols Group, TU Darmstadt This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.