pike.git/
lib/
modules/
Crypto.pmod/
GOST94.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2015-08-21
2015-08-21 23:56:32 by Martin Nilsson <nilsson@fastmail.com>
dc937354f58f6fa2da65d698e7e1591a02b029d1 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Use @rfc{@} autodoc syntax.
3:
#require constant(Nettle.GOST94) //! The GOST94 or GOST R 34.11-94 hash algorithm is a Soviet-era
-
//! algorithm used in Russian government standards, defined in
RFC
-
//!
4357
.
+
//! algorithm used in Russian government standards, defined in
+
//!
@rfc{4357@}
.
inherit Nettle.GOST94; string name() { return "gost94"; }