Polkadot Apps
    Preparing search index...
    interface scalarMult {
        groupElementLength: number;
        scalarLength: number;
        base(n: Uint8Array): Uint8Array;
        (n: Uint8Array, p: Uint8Array): Uint8Array;
    }
    • Parameters

      • n: Uint8Array
      • p: Uint8Array

      Returns Uint8Array

    Index

    Properties

    groupElementLength: number
    scalarLength: number

    Methods

    • Parameters

      • n: Uint8Array

      Returns Uint8Array