remove debug output of signing key
This commit is contained in:
parent
1fd42fbe84
commit
a05c1dfa10
|
@ -213,7 +213,6 @@ pub fn signRequest(allocator: std.mem.Allocator, request: base.Request, config:
|
||||||
|
|
||||||
const signing_key = try getSigningKey(allocator, scope[0..8], config);
|
const signing_key = try getSigningKey(allocator, scope[0..8], config);
|
||||||
defer allocator.free(signing_key);
|
defer allocator.free(signing_key);
|
||||||
log.debug("key:{s}", .{std.fmt.fmtSliceHexLower(signing_key)});
|
|
||||||
|
|
||||||
const signature = try hmac(allocator, signing_key, string_to_sign);
|
const signature = try hmac(allocator, signing_key, string_to_sign);
|
||||||
defer allocator.free(signature);
|
defer allocator.free(signature);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user