MCPcopy Index your code
hub / github.com/bcrypt-ruby/bcrypt-ruby / init_key

Method init_key

ext/jruby/bcrypt_jruby/BCrypt.java:564–567  ·  view source on GitHub ↗

Initialise the Blowfish key schedule

()

Source from the content-addressed store, hash-verified

562 * Initialise the Blowfish key schedule
563 */
564 private void init_key() {
565 P = P_orig.clone();
566 S = S_orig.clone();
567 }
568
569 /**
570 * Key the Blowfish cipher

Callers 1

crypt_rawMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected