You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it take a function that will be passed canonicalIdMap and return a new canonical bnode ID mapping to be used to generate canonical N-Quads from a canonicalized dataset.
Change hmacIdCanonize() to take an hmac and return a function that will create a map with keys that are the original bnode IDs and values that are the associated u<hmac digest> values. Alternatively, make hmacIdCanonize do that internally. The idea here is to better match the spec text.
Implement labelMapCanonize() to take labelMap and return a function that returns the reverse of labelMap.
The text was updated successfully, but these errors were encountered:
Make it take a function that will be passed
canonicalIdMap
and return a new canonical bnode ID mapping to be used to generate canonical N-Quads from a canonicalized dataset.Change
hmacIdCanonize()
to take anhmac
and return a function that will create a map with keys that are the original bnode IDs and values that are the associatedu<hmac digest>
values. Alternatively, makehmacIdCanonize
do that internally. The idea here is to better match the spec text.Implement
labelMapCanonize()
to takelabelMap
and return a function that returns the reverse oflabelMap
.The text was updated successfully, but these errors were encountered: