ASECiphertextKEM constructor

ASECiphertextKEM(
  1. PolyVec u,
  2. Poly v
)

Implementation

ASECiphertextKEM(this.u, this.v);