[BACK]Return to crypto.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/crypto.html between version 1.81 and 1.82

version 1.81, 2001/05/15 12:10:42 version 1.82, 2001/06/03 17:18:47
Line 278 
Line 278 
 <li><b>IPSEC crypto dequeue</b><br>  <li><b>IPSEC crypto dequeue</b><br>
     Our IPSEC stack has been modified so that cryptographic functions get      Our IPSEC stack has been modified so that cryptographic functions get
     done out-of-line.  Most simple software IPSEC stacks need to do      done out-of-line.  Most simple software IPSEC stacks need to do
     cryptography when processing each packet.  This results in syncronous      cryptography when processing each packet.  This results in synchronous
     performance.  To use hardware properly and speedily one needs to separate      performance.  To use hardware properly and speedily one needs to separate
     these two components, as we have done.  Actually, doing this gains some      these two components, as we have done.  Actually, doing this gains some
     performance even for the software case.      performance even for the software case.

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82