make nip44 conversation key be static array.
This commit is contained in:
@@ -30,8 +30,8 @@ type Signer interface {
|
||||
}
|
||||
|
||||
type Session struct {
|
||||
SharedKey []byte // nip04
|
||||
ConversationKey []byte // nip44
|
||||
SharedKey []byte // nip04
|
||||
ConversationKey [32]byte // nip44
|
||||
}
|
||||
|
||||
type RelayReadWrite struct {
|
||||
|
||||
Reference in New Issue
Block a user