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::BlankLineo; ; [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