hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.
MIT License
150 stars 15 forks source link

feat(oplog): add encryptionKey to oplog.header #97

Closed Nuhvi closed 2 years ago

Nuhvi commented 2 years ago

add encryptionKey to oplog.header to correctly open encrypted cores from storage

Closes #95 and fixes https://github.com/hypercore-protocol/corestore-next/issues/14, and removes the need for https://github.com/hypercore-protocol/corestore-next/pull/15