Skip to content

Commit e05696d

Browse files
committed
regular dpf key serialization
1 parent 5ff788d commit e05696d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libOTe/Dpf/RegularDpf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace osuCrypto
1616
{
1717
struct RegularDpfKey
1818
{
19-
void resize(u64 domain, u64 numTrees, bool programLeafVal)
19+
void resize(u64 domain, u64 numTrees, bool programLeafVal = true)
2020
{
2121
auto depth = log2ceil(domain);
2222
if (depth == 0)

0 commit comments

Comments
 (0)