We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333ebae commit 886a007Copy full SHA for 886a007
assets/README.md
@@ -60,7 +60,7 @@ const server = new SRPServer(
60
);
61
```
62
63
-these value can be BigInteger format, we use [brick/math](https://github.com/brick/math) as the BigInteger library.
+these value can be ES2020 BigInt format.
64
65
```ts
66
import { SRPServer, DEFAULT_PRIME, DEFAULT_GENERATOR, DEFAULT_KEY } from '@windwalker-io/srp';
0 commit comments