pike.git/
src/
post_modules/
Nettle/
hogweed.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-02-27
2017-02-27 11:28:25 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3d7992de49392ae3e9367cce6d66e130c979adc4 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Documentation
[Nettle]
: Fixed cut'n'paste typo.
1:
-
/* -*- c -*-
+
/* -*-
mode:
c
;
encoding: utf
-
8; -
*-
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
1046:
/*! @decl void set_private_key(object(Gmp.mpz)|int k) *!
-
*! Set the private key (and corresponding
private
key).
+
*! Set the private key (and corresponding
public
key).
*! *! @note *! Throws errors if the key isn't valid for the curve.