GearsAD / GraffSDK.jl

A Julia SDK for the SlamInDb/GraffSDK project
Apache License 2.0
5 stars 2 forks source link

Data keys with special characters fails security hash #25

Open GearsAD opened 6 years ago

GearsAD commented 6 years ago

E.g.

myMat = rand(10000, 10000) dataBytes = "Something" enc = base64encode(dataBytes)

Make a Data request

request = BigDataElementRequest("Matrix Entry", "", "An example matrix", enc)

Attach it to the node

addOrUpdateDataElement(synchronyConfig, robotId, sessionId, node, request)