⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.0
/
system
/
OpenSSL
/
PKey
/
EC
/
Point
/
View File Name :
mul-i.ri
U:RDoc::AnyMethod[iI"mul:ETI"!OpenSSL::PKey::EC::Point#mul;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"2Performs elliptic curve point multiplication.;To:RDoc::Markup::BlankLine o; ; [I"PThe first form calculates
bn1 * point + bn2 * G
, where +G+ is the ;TI"Pgenerator of the group of _point_. _bn2_ may be omitted, and in that case, ;TI"-the result is just
bn1 * point
.;T@o; ; [ I"NThe second form calculates
bns[0] * point + bns[1] * points[0] + ... ;TI"P+ bns[-1] * points[-1] + bn2 * G
. _bn2_ may be omitted. _bns_ must be ;TI";an array of OpenSSL::BN. _points_ must be an array of ;TI"JOpenSSL::PKey::EC::Point. Please note that
points[0]
is not ;TI"8multiplied by
bns[0]
, but
bns[1]
.;T: @fileI"ext/openssl/ossl_pkey_ec.c;T:0@omit_headings_from_table_of_contents_below0I"Mpoint.mul(bn1 [, bn2]) => point point.mul(bns, points [, bn2]) => point ;T0[ I"(p1, p2 = v2, p3 = v3);T@FI" Point;TcRDoc::NormalClass00