UNPKG

@dedis/kyber

Version:

A typescript implementation of Kyber interfaces

5 lines (4 loc) 134 B
import * as bn from "./bn"; import * as point from "./point"; import BN256Scalar from "./scalar"; export { point, bn, BN256Scalar, };