Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Wed Sep 27 07:40:54 2006 UTC | revision 1.2, Wed Nov 15 07:32:38 2006 UTC | |
|---|---|---|
| # | Line 229 function s3_hmac($h, $B, $K, $string) { | Line 229 function s3_hmac($h, $B, $K, $string) { |
| 229 | // return outer concat XOR hash | // return outer concat XOR hash |
| 230 | return $h($opad.$string); | return $h($opad.$string); |
| 231 | } | } |
| 232 | ||
| 233 | ||
| 234 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |