Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/deps.ts>ed.Point#multiply

Storage for private, distributed, offline-first applications.
Go to Latest
method ed.Point.prototype.multiply
import { ed } from "https://deno.land/x/earthstar@v10.0.1/deps.ts";
const { Point } = ed;

Constant time multiplication.

Parameters

scalar: number | bigint

Big-Endian number

Returns

new point