initial commit
commit071abf470fa2dd72d2b369831761da4cd22251c5
authorThomas Zerbs <sya@unfancy.org>
Sat, 31 May 2008 05:38:40 +0000 (31 07:38 +0200)
committerThomas Zerbs <sya@unfancy.org>
Sat, 31 May 2008 05:38:40 +0000 (31 07:38 +0200)
tree0e1137e0bb9aea7b3502c9b0f98bc7fe79df5b19
initial commit

 - low level functions for libuim
 - simple test interface (samples)
 - blowfish is still buggy (first 8bytes)
 - dh not yet finished
18 files changed:
.gitignore [new file with mode: 0644]
gtkuim/PLACEHOLDER [new file with mode: 0644]
libuim/doc/AUTHORS [new file with mode: 0644]
libuim/doc/README [new file with mode: 0644]
libuim/include/libuim.h [new file with mode: 0644]
libuim/include/modp_b64.h [new file with mode: 0644]
libuim/include/modp_b64_data.h [new file with mode: 0644]
libuim/include/uiml_bfish.h [new file with mode: 0644]
libuim/include/uiml_dh.h [new file with mode: 0644]
libuim/lib/PLACEHOLDER [new file with mode: 0644]
libuim/src/Makefile [new file with mode: 0644]
libuim/src/libuim.c [new file with mode: 0644]
libuim/src/modp_b64.c [new file with mode: 0644]
libuim/src/uiml_bfish.c [new file with mode: 0644]
libuim/src/uiml_dh.c [new file with mode: 0644]
samples/Makefile [new file with mode: 0644]
samples/uim-ui [new file with mode: 0755]
samples/uim-ui.c [new file with mode: 0644]