X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fgovpn%2Faont%2Foaep.go;h=35d92fecf36c722404efae2c2f01f6485869565b;hb=2fc6aa8e8e2d6a41f5e35eb840ff6e1da1a39485;hp=c881e2710be9f3bd9c4c3b66a1f3f3b377e2a601;hpb=817b73dae3775b210e62e11ffb7019b484f2d05c;p=govpn.git diff --git a/src/govpn/aont/oaep.go b/src/govpn/aont/oaep.go index c881e27..35d92fe 100644 --- a/src/govpn/aont/oaep.go +++ b/src/govpn/aont/oaep.go @@ -22,7 +22,7 @@ along with this program. If not, see . // (http://cseweb.ucsd.edu/~mihir/papers/oaep.html) // used there as All-Or-Nothing-Transformation // (http://theory.lcs.mit.edu/~cis/pubs/rivest/fusion.ps). -// We do not fix OAEP parts lengths, instead we add hash-based +// We do not fix OAEP parts length, instead we add hash-based // checksum like in SAEP+ // (http://crypto.stanford.edu/~dabo/abstracts/saep.html). //