Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// Create a case-sensitive hash table that will contain roughly 250,000 elements
Handle = SRP_HashTable("Create(", 1, 250000)

Once you have your table created, you can add key-value pairs to it like this:

...