Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

doc.go 426B

12345678910
  1. // (C) Copyright 2012, Jeramey Crawford <jeramey@antihe.ro>. All
  2. // rights reserved. Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package common contains routines used by multiple password hashing
  5. // algorithms.
  6. //
  7. // Generally, you will never import this package directly. Many of the
  8. // *_crypt packages will import this package if they require it.
  9. package common