paulmillr / noble-ed25519

Fastest 4KB JS implementation of ed25519 signatures
https://paulmillr.com/noble
MIT License
414 stars 50 forks source link

Update mod.ts file to export etc #82

Closed quentinadam closed 1 year ago

quentinadam commented 1 year ago

I am suggesting the following minor changes :

paulmillr commented 1 year ago

is mod.ts even needed? People can just use index.ts

quentinadam commented 1 year ago

It’s obviously not strictly needed but somewhat more conventional on Deno.

paulmillr commented 1 year ago

I don't remember why I did not do export in the first phase. It was probably related to types or something like that.

paulmillr commented 1 year ago

so we can merge this, but only the etc part; export needs to be reverted

quentinadam commented 1 year ago

I have reverted the export part.