index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
net_crypto.c
Age
Commit message (
Expand
)
Author
2013-08-10
Merge pull request #422 from slvr/crypto-speed-boost
irungentoo
2013-08-10
That define doesn't belong here.
irungentoo
2013-08-10
Ensure encrypt_precompute is called when status == CONN_ESTABLISHED
slvr
2013-08-10
Implemented encrypt_data_fast, decrypt_data_fast and crypto tests
slvr
2013-08-05
Use void for functions with no parameters
Florian Hahn
2013-08-04
Make private functions in core/net_crypto.c static
Florian Hahn
2013-08-03
various fixes for first time user
Jae Kwon
2013-08-02
Replace ZEROBYTES - BOXZEROBYTES with MACBYTES
Nick ODell
2013-08-02
Fix bug where memcpy could overrun buffer
Nick ODell
2013-08-01
Remove some magic numbers; use macros to clarify intent
Nick ODell
2013-08-01
Fixed stupid copy pasting mistake.
irungentoo
2013-08-01
Possible timing problem fixed.
irungentoo
2013-08-01
Fixed possible timing problem.
irungentoo
2013-08-01
Fixed possible issues with the crypto reported by an anonymous person.
irungentoo
2013-07-27
Ran the code through: astyle --style=linux
irungentoo
2013-07-26
A *lot* of style changes.
Konstantin Kowalski
2013-07-26
Fix braces
nfkd
2013-07-26
Formatting.
SilentSand
2013-07-25
Licensing
SilentSand
2013-07-24
Experimental and unoptimized symmetric NAT hole punching added.
irungentoo
2013-07-22
Modified the way friend requests worked.
irungentoo
2013-07-21
Fixed temp redeclaration
redwire
2013-07-21
Going with irungentoo's suggestion and using memcpy instead of sectioning wit...
redwire
2013-07-21
Fixed an embarassing typo
Zack
2013-07-21
Implemented a faster algorithm for generating nonces
Zack
2013-07-20
Merge pull request #62 from Captainhat/master
irungentoo
2013-07-20
More changes made to comments, as requested by jvrv
Andrew
2013-07-20
Fixed comments in other files as per request of jvrv
Andrew
2013-07-19
Update net_crypto.c
Martijnvdc
2013-07-17
Bug fixed, Loading and saving added to core.
irungentoo
2013-07-16
Saving and loading of keys added.
irungentoo
2013-07-14
Fixed useless inbound connection not timing out.
irungentoo
2013-07-12
First part of DHT hardening done.
irungentoo
2013-07-09
Added comment block to Messenger test.
irungentoo
2013-07-09
Basic IM messenger backend pretty much done (You can start the GUI)
irungentoo
2013-07-08
Quick fix
Anthony Super
2013-07-08
Spelling mistakes fixed.
irungentoo
2013-07-07
Added IDEAS.txt and added checks to 2 net_crypto functions.
irungentoo
2013-07-06
Very basic start on the Tox messaging api.(Should give you a basic idea how i...
irungentoo
2013-07-06
Forward secrecy implemented into crypto.
irungentoo
2013-07-05
Crypto done(still need to test it a bit more thought)
irungentoo