comparison libtomcrypt/notes/etc/saferp_optimizer.c @ 1435:f849a5ca2efc

update to libtomcrypt 1.17 (with Dropbear changes)
author Matt Johnston <matt@ucc.asn.au>
date Sat, 24 Jun 2017 17:50:50 +0800
parents 1b9e69c058d2
children 6dba84798cd5
comparison
equal deleted inserted replaced
1434:27b9ddb06b09 1435:f849a5ca2efc
1 /* emits an optimized version of SAFER+ ... only does encrypt so far... */ 1 /* emits an optimized version of LTC_SAFER+ ... only does encrypt so far... */
2 2
3 #include <stdio.h> 3 #include <stdio.h>
4 #include <string.h> 4 #include <string.h>
5 5
6 /* This is the "Armenian" Shuffle. It takes the input from b and stores it in b2 */ 6 /* This is the "Armenian" Shuffle. It takes the input from b and stores it in b2 */
170 170
171 return 0; 171 return 0;
172 } 172 }
173 173
174 174
175 /* $Source: /cvs/libtom/libtomcrypt/notes/etc/saferp_optimizer.c,v $ */ 175 /* $Source$ */
176 /* $Revision: 1.2 $ */ 176 /* $Revision$ */
177 /* $Date: 2005/05/05 14:35:58 $ */ 177 /* $Date$ */