| Server IP : 162.214.74.102 / Your IP : 216.73.217.46 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/opt/cpanel/ea-ruby24/root/usr/share/ri/system/OpenSSL/PKey/EC/Point/ |
Upload File : |
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 <tt>bn1 * point + bn2 * G</tt>, where +G+ is the ;TI"Pgenerator of the group of +point+. +bn2+ may be omitted, and in that case, ;TI"-the result is just <tt>bn1 * point</tt>.;T@o; ; [ I"NThe second form calculates <tt>bns[0] * point + bns[1] * points[0] + ... ;TI"P+ bns[-1] * points[-1] + bn2 * G</tt>. +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 <tt>points[0]</tt> is not ;TI"8multiplied by <tt>bns[0]</tt>, but <tt>bns[1]</tt>.;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