Curve25519PublicPointTLV: {
    eui64: EUI64;
    publicPoint: Buffer;
}

Type declaration

  • eui64: EUI64

    This indicates the EUI64 of the device that generated the public point.

  • publicPoint: Buffer

    The 32-byte Curve public point.