]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(Cipher functions): Deleted duplicated entries for arctwo.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 17 Mar 2011 09:23:08 +0000 (10:23 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 17 Mar 2011 09:23:08 +0000 (10:23 +0100)
Rev: nettle/nettle.texinfo:1.20

nettle.texinfo

index 5e0d00c415faed45da0e4e652d845260429dcb91..bb19d9f879c41539a839e869dd81c1afda43d05f 100644 (file)
@@ -1328,11 +1328,6 @@ struct, which is of size @code{context_size}.
 @deftypevrx {Constant Struct} {struct nettle_cipher} nettle_twofish192
 @deftypevrx {Constant Struct} {struct nettle_cipher} nettle_twofish256
 
-@deftypevrx {Constant Struct} {struct nettle_cipher} nettle_arctwo40;
-@deftypevrx {Constant Struct} {struct nettle_cipher} nettle_arctwo64;
-@deftypevrx {Constant Struct} {struct nettle_cipher} nettle_arctwo128;
-@deftypevrx {Constant Struct} {struct nettle_cipher} nettle_arctwo_gutmann128;
-
 Nettle includes such structs for all the @emph{regular} ciphers, i.e.
 ones without weak keys or other oddities.
 @end deftypevr