Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for nacl.fs
2012-10-22
| ||
22:04 | Renamed to testing/nacl.fs. Move unnecessary stuff to testing/ check-in: [560fb86b36] user: bernd branch: trunk, size: 0 | |
2012-07-02
| ||
22:38 | 32 bit compiles - but don't expect it to work file: [36f9bc1a62] check-in: [5dd56873c6] user: bernd branch: trunk, size: 1778 | |
2011-11-19
| ||
23:06 | diffie hellman key exchange added file: [3b193baaea] check-in: [9cc5cffd9a] user: bernd branch: trunk, size: 1535 | |
19:05 | Added crypto_box_beforenm file: [0fa6a4ed8e] check-in: [f5ea1975bc] user: bernd branch: trunk, size: 1270 | |
2011-01-07
| ||
23:07 | NaCl interface seems to work Caveat: NaCl as distributed isn't relocatible, so you have to add -fPIC as option to okcompilers/c; and for amd64, in crypto_onetimeauth/poly1305/amd64/auth.s, you have to delete the global labels, add the code in constant.s, and remove the .data/.rodata section specifier so that this all becomes local text labels (which are relocatible). Furthermore, you have to add randombytes.o and cpucycles.o to libnacl.a (ar r libnacl.a randombytes.o cpucycles.o). file: [f028c73c1e] check-in: [5641a1adcd] user: bernd.paysan@gmx.de branch: trunk, size: 1186 | |
21:05 | Added: Added interface to crypto_box library (from DJB) file: [d78211b8e8] check-in: [17a85a8229] user: bernd.paysan@gmx.de branch: trunk, size: 992 | |