pike.git/
src/
post_modules/
Nettle/
hogweed.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2015-03-06
2015-03-06 13:37:52 by Martin Nilsson <nilsson@opera.com>
7ac157f2416737c5befad97f9ed5afa25d0140cd (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Doc fixes.
556:
*! *! A typical use is for Elliptic Curve Diffie Hellman (ECDH) key exchange. *!
-
*! This is equivalent to
@code{
(Point(x, y) * scalar)@}.
+
*! This is equivalent to
@expr{
(Point(x, y) * scalar)@}.
*! *! @returns *! Returns the new @[Point] on the curve.
670:
*! @returns *! Returns @expr{1@} if @[x] is a @[Point] on the same *! @[Curve] and has the same coordinates, and otherwise
-
*! returns
@expr@{0@}
(zero).
+
*! returns
@expr{0@}
(zero).
*/ PIKEFUN int(0..1) _equal(mixed x) flags ID_PROTECTED|ID_LOCAL;