public inbox for nncp-devel@lists.cypherpunks.ru
Atom feed
From: John Goerzen <jgoerzen@complete•org>
To: Sergey Matveev <stargrave@stargrave•org>
Cc: nncp-devel@lists.cypherpunks.ru
Subject: Re: segfault with areas
Date: Sat, 07 Aug 2021 22:10:42 -0500 [thread overview]
Message-ID: <87mtpsvdfx.fsf@complete.org> (raw)
In-Reply-To: <YQ7+JhALmD8yaOfv@stargrave.org>
On Sat, Aug 07 2021, Sergey Matveev wrote:
> *** John Goerzen [2021-08-07 16:12]:
>>I am wanting to set up an area where only one node is authorized
>>to create
>>packets bound for it, but a bunch of nodes can receive those
>>packets. I
>>thought I might do so by distributing the prv line of the area
>>to every
>>node, but keeping the pub line to only the node authorized to
>>send.
>
> If you know private key -- you always can deterministically
> generate
> public key from it. *25519, *448, ECDSA and similar algorithms
> are
Ah, today I learned. Thank you. Well I'll solve that one another
way then.
I'm currently working on a set of scripts and things to automate
nodelist distribution, and hope to have a relay up and running at
SDF in a few days.
- John
next prev parent reply other threads:[~2021-08-08 3:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-07 21:12 segfault with areas John Goerzen
2021-08-07 21:41 ` Sergey Matveev
2021-08-08 3:10 ` John Goerzen [this message]
2021-08-08 8:52 ` Areas authorization Sergey Matveev