%PDF- %PDF-
Direktori : /opt/cpanel/ea-ruby24/root/usr/share/ri/system/OpenSSL/PKey/EC/Point/ |
Current File : //opt/cpanel/ea-ruby24/root/usr/share/ri/system/OpenSSL/PKey/EC/Point/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 <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