Create wrappers for the cryptographic operations used in tinc.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 22 May 2007 21:32:48 +0000 (21:32 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 22 May 2007 21:32:48 +0000 (21:32 +0000)
commite8689a4753ca2b1665e131cc40217da6c033ebd3
tree0ff227aecc18171fd1b8bd1a3f5609c4a20f6eaf
parent465837dd7f7b727d489b354e4b75489dd49fd6e3
Create wrappers for the cryptographic operations used in tinc.
Implement them using libgcrypt.
src/cipher.c [new file with mode: 0644]
src/cipher.h [new file with mode: 0644]
src/digest.c [new file with mode: 0644]
src/digest.h [new file with mode: 0644]