Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ rune_from_base64
Function
rune_from_base64
ccan/ccan/rune/coding.c:372–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
}
371
372
struct rune *rune_from_base64(const tal_t *ctx, const char *str)
373
{
374
return rune_from_base64n(ctx, str, strlen(str));
375
}
376
377
char *rune_to_base64(const tal_t *ctx, const struct rune *rune)
378
{
Callers
3
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
rune_from_base64n
Function · 0.85
Tested by
2
main
Function · 0.68
main
Function · 0.68