+2012-11-10 Niels Möller <nisse@lysator.liu.se>
+
+ * nettle.texinfo (nettle_hashes, nettle_ciphers): Use deftypevr,
+ not deftypevrx. Spotted by Nikos Mavrogiannopoulos.
+
2012-11-08 Niels Möller <nisse@lysator.liu.se>
Gost hash function, ported from Aleksey Kravchenko's rhash library
Nettle also exports a list of all these hashes. This list can be used
to dynamically enumerate or search the supported algorithms:
-@deftypevrx {Constant Struct} {struct nettle_hash **} nettle_hashes
+@deftypevr {Constant Struct} {struct nettle_hash **} nettle_hashes
@end deftypevr
other oddities. This list can be used to dynamically enumerate or
search the supported algorithms:
-@deftypevrx {Constant Struct} {struct nettle_cipher **} nettle_ciphers
+@deftypevr {Constant Struct} {struct nettle_cipher **} nettle_ciphers
@end deftypevr