cryptimeleon / math

Library providing mathematical basics for (pairing-based) cryptography.
Apache License 2.0
10 stars 2 forks source link

Fix concatenation. #138

Closed this-kramer closed 2 years ago

this-kramer commented 2 years ago

Concatenation of vectors yields wrong results, the second entry is appended as one entry.

image

JanBobolz commented 2 years ago

Thanks!