I think this is an aes chaining error, should be sending the next nounce value not the current one in the payload. The encrypt line looks correct tho https://github.com/datapartyjs/dataparty-crypto/blob/56c59703342915dcfc86823e7198fc9b9b394f1d/src/aes-stream.ts#L59
I think this is an aes chaining error, should be sending the next nounce value not the current one in the payload. The encrypt line looks correct tho
dataparty-crypto/src/aes-stream.ts
Line 59 in 56c5970